ARM64: zynqmp: Add ocm node in dtsi
authorNaga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>
Wed, 18 May 2016 06:53:13 +0000 (12:23 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 15 Nov 2016 14:30:40 +0000 (15:30 +0100)
This patch adds ocm controller node in zynqmp.dtsi.
needed for OCM edac support.

Signed-off-by: Naga Sureshkumar Relli <nagasure@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp.dtsi

index edfa03ac678f3c2d3e186d25812b9cbec34641e2..49791d34df329ac58f68ffb999884a95e4023bbe 100644 (file)
                        power-domains = <&pd_i2c1>;
                };
 
+               ocm: memory-controller@ff960000 {
+                       compatible = "xlnx,zynqmp-ocmc-1.0";
+                       reg = <0x0 0xff960000 0x1000>;
+                       interrupt-parent = <&gic>;
+                       interrupts = <0 10 4>;
+               };
+
                pcie: pcie@fd0e0000 {
                        compatible = "xlnx,nwl-pcie-2.11";
                        status = "disabled";