mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user