summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2023-11-27 17:15:01 +0100
committerShawn Guo <shawnguo@kernel.org>2023-12-06 10:06:38 +0800
commit3a306eacda02e87fc4582947f1c0b81de5c35cb7 (patch)
tree0e0924d728e3dd2ab22f21ec0e1c76a55aeaad34 /arch/arm/boot/dts
parentedbbae7fba495284f72f05768696572691231558 (diff)
downloadlinux-stable-3a306eacda02e87fc4582947f1c0b81de5c35cb7.tar.gz
linux-stable-3a306eacda02e87fc4582947f1c0b81de5c35cb7.tar.bz2
linux-stable-3a306eacda02e87fc4582947f1c0b81de5c35cb7.zip
ARM: dts: imx7s: Add on-chip memory
Add the 128 KiB on-chip SRAM at address 0x900000. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/nxp/imx/imx7s.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx7s.dtsi b/arch/arm/boot/dts/nxp/imx/imx7s.dtsi
index 5d71f3deb34c..c72e1efc16cc 100644
--- a/arch/arm/boot/dts/nxp/imx/imx7s.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx7s.dtsi
@@ -183,6 +183,15 @@
interrupt-parent = <&gpc>;
ranges;
+ ocram: sram@900000 {
+ compatible = "mmio-sram";
+ reg = <0x00900000 0x20000>;
+ ranges = <0 0x00900000 0x20000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ clocks = <&clks IMX7D_OCRAM_CLK>;
+ };
+
funnel@30041000 {
compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
reg = <0x30041000 0x1000>;