ARM: dts: zynq: Add OCM node

Add OCM node for all zynq boards. OCM location
can changed but for all current boards this
is the location where OCM is.`

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek
2015-02-12 10:59:17 +01:00
parent d770e558e2
commit 6835fe4846
2 ha cambiato i file con 8 aggiunte e 1 eliminazioni

Vedi File

@@ -50,6 +50,13 @@
};
};
&amba {
ocm: sram@fffc0000 {
compatible = "mmio-sram";
reg = <0xfffc0000 0x10000>;
};
};
&can0 {
status = "okay";
pinctrl-names = "default";