Commit 248f15a3 authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

ARM: dts: imx6sl: add ocram device support

Add ocram device support on i.MX6SL.
Signed-off-by: default avatarAnson Huang <b20788@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent b3810c3d
......@@ -97,6 +97,12 @@ soc {
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment