arm64: dts: rockchip: rk3588 add ioc node

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: I61235232fa98a2c4fe0d06de00a3a51132640a7e
This commit is contained in:
Jianqun Xu
2021-08-26 16:28:41 +08:00
committed by Tao Huang
parent eb86d472c3
commit 892d24b59b

View File

@@ -284,6 +284,11 @@
reg = <0x0 0xfd5c8000 0x0 0x4000>;
};
ioc: syscon@fd5f0000 {
compatible = "rockchip,rk3588-ioc", "syscon";
reg = <0x0 0xfd5f0000 0x0 0x10000>;
};
syssram: sram@fd600000 {
compatible = "mmio-sram";
reg = <0x0 0xfd600000 0x0 0x100000>;
@@ -1657,8 +1662,7 @@
pinctrl: pinctrl {
compatible = "rockchip,rk3588-pinctrl";
//rockchip,grf = <&grf>;
//rockchip,pmu = <&pmugrf>;
rockchip,grf = <&ioc>;
#address-cells = <2>;
#size-cells = <2>;
ranges;