diff options
author | Bharat Kumar Gogada <bharat.kumar.gogada@xilinx.com> | 2016-02-15 21:18:58 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-04-13 18:29:04 +0200 |
commit | 33aec51742702e3a141973f485905a0f008c3dc6 (patch) | |
tree | 02255a86bc03e780f296f136087a119eeb9f6538 /arch | |
parent | 7c38ca36cbfd149e6b9c970c0c6fd39b73ee24a6 (diff) | |
download | u-boot-imx-33aec51742702e3a141973f485905a0f008c3dc6.zip u-boot-imx-33aec51742702e3a141973f485905a0f008c3dc6.tar.gz u-boot-imx-33aec51742702e3a141973f485905a0f008c3dc6.tar.bz2 |
ARM64: zynqmp: Extend pcie node to support legacy interrupts
Modifying device tree node to support legacy interrupts.
Signed-off-by: Bharat Kumar Gogada <bharatku@xilinx.com>
Signed-off-by: Ravi Kiran Gummaluri <rgummal@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/zynqmp.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 4850608..ec6fc6a 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -629,6 +629,16 @@ <0x0 0xe0000000 0x1000000>; reg-names = "breg", "pcireg", "cfg"; 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 { |