diff options
author | Alex Bee <knaerzche@gmail.com> | 2023-08-29 23:40:03 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2023-10-04 23:27:04 +0200 |
commit | 9107283badc7d058e34ef3b60a52afe6a5e0acfb (patch) | |
tree | d84b3ba5181a764082dd78012244313a621541d4 /arch/arm/boot/dts/rockchip | |
parent | ef4907deff89dd547c8fdfe4fdd4bbfe6b4446d8 (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/rockchip')
-rw-r--r-- | arch/arm/boot/dts/rockchip/rk3128.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rockchip/rk3128.dtsi b/arch/arm/boot/dts/rockchip/rk3128.dtsi index b63bd4ad3143..3a0856973795 100644 --- a/arch/arm/boot/dts/rockchip/rk3128.dtsi +++ b/arch/arm/boot/dts/rockchip/rk3128.dtsi @@ -76,6 +76,14 @@ #clock-cells = <0>; }; + imem: sram@10080000 { + compatible = "mmio-sram"; + reg = <0x10080000 0x2000>; + #address-cells = <1>; + #size-cells = <1>; + ranges = <0 0x10080000 0x2000>; + }; + pmu: syscon@100a0000 { compatible = "rockchip,rk3128-pmu", "syscon", "simple-mfd"; reg = <0x100a0000 0x1000>; |