Skip to content

Commit 9107283

Browse files
knaerzchemmind
authored andcommitted
ARM: dts: rockchip: Add SRAM node for RK3128
RK3128 SoCs have 8KB of SRAM. Add the respective device tree node for it. Signed-off-by: Alex Bee <knaerzche@gmail.com> Link: https://lore.kernel.org/r/20230829214004.314932-4-knaerzche@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent ef4907d commit 9107283

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm/boot/dts/rockchip/rk3128.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@
7676
#clock-cells = <0>;
7777
};
7878

79+
imem: sram@10080000 {
80+
compatible = "mmio-sram";
81+
reg = <0x10080000 0x2000>;
82+
#address-cells = <1>;
83+
#size-cells = <1>;
84+
ranges = <0 0x10080000 0x2000>;
85+
};
86+
7987
pmu: syscon@100a0000 {
8088
compatible = "rockchip,rk3128-pmu", "syscon", "simple-mfd";
8189
reg = <0x100a0000 0x1000>;

0 commit comments

Comments
 (0)