ARM: dts: rockchip: add rmio support in rk3506.dtsi

Signed-off-by: Ye Zhang <ye.zhang@rock-chips.com>
Change-Id: I130486752667da07c9528c651684455df91e7228
This commit is contained in:
Ye Zhang
2024-05-13 15:30:37 +08:00
committed by Tao Huang
parent 92c5b13ee2
commit 495dd09aee
2 changed files with 15794 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -280,6 +280,11 @@
<0xff814000 0x1000>;
};
grf_pmu: syscon@ff910000 {
compatible = "rockchip,rk3506-grf-pmu", "syscon";
reg = <0xff910000 0x4000>;
};
pwm0_4ch_0: pwm@ff930000 {
compatible = "rockchip,rk3506-pwm", "rockchip,rk3576-pwm";
reg = <0xff930000 0x200>;
@@ -338,6 +343,7 @@
rockchip,grf = <&ioc_grf>;
rockchip,ioc1 = <&ioc1>;
rockchip,pmu = <&ioc_pmu>;
rockchip,rmio = <&grf_pmu>;
#address-cells = <1>;
#size-cells = <1>;
ranges;
@@ -410,3 +416,4 @@
};
#include "rk3506-pinctrl.dtsi"
#include "rk3506-pinctrl-rmio.dtsi"