Commit 6835fe48 authored by Michal Simek's avatar Michal Simek
Browse files

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: default avatarMichal Simek <michal.simek@xilinx.com>
parent d770e558
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
		regulator-always-on;
	};

	amba {
	amba: amba {
		compatible = "simple-bus";
		#address-cells = <1>;
		#size-cells = <1>;
+7 −0
Original line number Diff line number Diff line
@@ -50,6 +50,13 @@
	};
};

&amba {
	ocm: sram@fffc0000 {
		compatible = "mmio-sram";
		reg = <0xfffc0000 0x10000>;
	};
};

&can0 {
	status = "okay";
	pinctrl-names = "default";