diff options
author | Anson Huang <b20788@freescale.com> | 2014-01-06 15:57:37 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-10 16:27:33 +0800 |
commit | 248f15a3602411385494f5eaf0651cf5dc763117 (patch) | |
tree | a45a46e4ac3c072fa8e17d908020c4f9b0ccf585 /arch/arm/boot/dts | |
parent | b3810c3dc1bcbc6a228a4a57065c5a3cd68273ad (diff) | |
download | talos-obmc-linux-248f15a3602411385494f5eaf0651cf5dc763117.tar.gz talos-obmc-linux-248f15a3602411385494f5eaf0651cf5dc763117.zip |
ARM: dts: imx6sl: add ocram device support
Add ocram device support on i.MX6SL.
Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/imx6sl.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index 2b7641ae21bf..f9acad697d91 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -97,6 +97,12 @@ interrupt-parent = <&intc>; ranges; + ocram: sram@00900000 { + compatible = "mmio-sram"; + reg = <0x00900000 0x20000>; + clocks = <&clks IMX6SL_CLK_OCRAM>; + }; + L2: l2-cache@00a02000 { compatible = "arm,pl310-cache"; reg = <0x00a02000 0x1000>; |