Skip to content

Commit

Permalink
ARM: dts: imx6sl: add ocram device support
Browse files Browse the repository at this point in the history
Add ocram device support on i.MX6SL.

Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Anson Huang authored and Shawn Guo committed Feb 10, 2014
1 parent b3810c3 commit 248f15a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/imx6sl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 248f15a

Please sign in to comment.