mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
15787
arch/arm/boot/dts/rk3506-pinctrl-rmio.dtsi
Normal file
15787
arch/arm/boot/dts/rk3506-pinctrl-rmio.dtsi
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user