Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 481fbe13 authored by Philipp Zabel's avatar Philipp Zabel Committed by Shawn Guo
Browse files

ARM: dts: add sram for imx53 and imx6q



This patch enables the On-Chip SRAM (OCRAM) on i.MX53 and i.MX6 SoCs.

Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent db890dad
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1087,5 +1087,10 @@
				status = "disabled";
			};
		};

		ocram: sram@f8000000 {
			compatible = "mmio-sram";
			reg = <0xf8000000 0x20000>;
		};
	};
};
+6 −0
Original line number Diff line number Diff line
@@ -100,6 +100,12 @@
			status = "disabled";
		};

		ocram: sram@00900000 {
			compatible = "mmio-sram";
			reg = <0x00900000 0x3f000>;
			clocks = <&clks 142>;
		};

		timer@00a00600 {
			compatible = "arm,cortex-a9-twd-timer";
			reg = <0x00a00600 0x20>;