mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
arm64: dts: rockchip: add io-domain for rk1808
Add support for rk1808 io domain and pmu io domain. Change-Id: I1057f9193ca12a8e14a5dfa0b121395169470b0f Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
parent
dd425b3e57
commit
092e14211a
|
|
@ -123,6 +123,11 @@ grf: syscon@fe000000 {
|
|||
reg = <0x0 0xfe000000 0x0 0x1000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
io_domains: io-domains {
|
||||
compatible = "rockchip,rk1808-io-voltage-domain";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
usb2phy_grf: syscon@fe010000 {
|
||||
|
|
@ -167,6 +172,11 @@ pmugrf: syscon@fe410000 {
|
|||
reg = <0x0 0xfe410000 0x0 0x1000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
pmu_io_domains: io-domains {
|
||||
compatible = "rockchip,rk1808-pmu-io-voltage-domain";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
qos_npu: qos@fe850000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user