[U-Boot] [PATCH 23/27] ARM64: zynqmp: Add ocm node in dtsi
Michal Simek
michal.simek at xilinx.com
Fri Nov 11 14:41:48 CET 2016
From: Naga Sureshkumar Relli <naga.sureshkumar.relli at xilinx.com>
This patch adds ocm controller node in zynqmp.dtsi.
needed for OCM edac support.
Signed-off-by: Naga Sureshkumar Relli <nagasure at xilinx.com>
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
arch/arm/dts/zynqmp.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index edfa03ac678f..49791d34df32 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -629,6 +629,13 @@
power-domains = <&pd_i2c1>;
};
+ ocm: memory-controller at ff960000 {
+ compatible = "xlnx,zynqmp-ocmc-1.0";
+ reg = <0x0 0xff960000 0x1000>;
+ interrupt-parent = <&gic>;
+ interrupts = <0 10 4>;
+ };
+
pcie: pcie at fd0e0000 {
compatible = "xlnx,nwl-pcie-2.11";
status = "disabled";
--
1.9.1
More information about the U-Boot
mailing list