Skip to content
Snippets Groups Projects
Commit 5534480a authored by Naga Sureshkumar Relli's avatar Naga Sureshkumar Relli Committed by Michal Simek
Browse files

ARM64: zynqmp: Add ocm node in dtsi


This patch adds ocm controller node in zynqmp.dtsi.
needed for OCM edac support.

Signed-off-by: default avatarNaga Sureshkumar Relli <nagasure@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent db6c62e1
Branches
Tags
No related merge requests found
...@@ -629,6 +629,13 @@ ...@@ -629,6 +629,13 @@
power-domains = <&pd_i2c1>; 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 { pcie: pcie@fd0e0000 {
compatible = "xlnx,nwl-pcie-2.11"; compatible = "xlnx,nwl-pcie-2.11";
status = "disabled"; status = "disabled";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment