mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09: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:
@@ -123,6 +123,11 @@
|
||||
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 @@
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user