[U-Boot] [PATCH 14/33] ARM64: zynqmp: Add ddrc node in dts
Michal Simek
michal.simek at xilinx.com
Thu Apr 7 19:05:43 CEST 2016
From: Naga Sureshkumar Relli <naga.sureshkumar.relli at xilinx.com>
This patch adds ddrc memory controller node in dts.
size mentioned in dts is 0x30000, because we need to access DDR_QOS
INTR registers located at fd090208 from this driver.
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 45209309c054..b68fb1a4a5fe 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -506,6 +506,13 @@
power-domains = <&pd_adma>;
};
+ mc: memory-controller at fd070000 {
+ compatible = "xlnx,zynqmp-ddrc-2.40a";
+ reg = <0x0 0xfd070000 0x30000>;
+ interrupt-parent = <&gic>;
+ interrupts = <0 112 4>;
+ };
+
nand0: nand at ff100000 {
compatible = "arasan,nfc-v3p10";
status = "disabled";
--
1.9.1
More information about the U-Boot
mailing list