Skip to content
Snippets Groups Projects
Commit 33aec517 authored by Bharat Kumar Gogada's avatar Bharat Kumar Gogada Committed by Michal Simek
Browse files

ARM64: zynqmp: Extend pcie node to support legacy interrupts


Modifying device tree node to support legacy interrupts.

Signed-off-by: default avatarBharat Kumar Gogada <bharatku@xilinx.com>
Signed-off-by: default avatarRavi Kiran Gummaluri <rgummal@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 7c38ca36
No related branches found
No related tags found
No related merge requests found
...@@ -629,6 +629,16 @@ ...@@ -629,6 +629,16 @@
<0x0 0xe0000000 0x1000000>; <0x0 0xe0000000 0x1000000>;
reg-names = "breg", "pcireg", "cfg"; reg-names = "breg", "pcireg", "cfg";
ranges = <0x02000000 0x00000000 0xe1000000 0x00000000 0xe1000000 0 0x0f000000>; ranges = <0x02000000 0x00000000 0xe1000000 0x00000000 0xe1000000 0 0x0f000000>;
interrupt-map-mask = <0x0 0x0 0x0 0x7>;
interrupt-map = <0x0 0x0 0x0 0x1 &pcie_intc 0x1>,
<0x0 0x0 0x0 0x2 &pcie_intc 0x2>,
<0x0 0x0 0x0 0x3 &pcie_intc 0x3>,
<0x0 0x0 0x0 0x4 &pcie_intc 0x4>;
pcie_intc: legacy-interrupt-controller {
interrupt-controller;
#address-cells = <0>;
#interrupt-cells = <1>;
};
}; };
qspi: spi@ff0f0000 { qspi: spi@ff0f0000 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment