diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-05-03 00:09:52 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-05-11 15:34:56 +0200 |
commit | 152b7a599674d27f26bec1a4fdbac63564d0fc93 (patch) | |
tree | 88342d1e42839a32d28a789b337a4aecee4f2ed8 /arch/arm/boot/dts/intel-ixp42x.dtsi | |
parent | 4ce22ad645bc6327aa32a4bfe9c6300f8e7bd745 (diff) |
ARM: dts: ixp4xx: Add PCI hosts
This adds a basic PCI host definition to the base device
tree for IXP4xx and then further details it in the 42x
and 43x device tree include, also the specific target
devices NSLU2 and GW2358 get proper PCI swizzling
defined.
Cc: Zoltan HERPAI <wigyori@uid0.hu>
Cc: Raylynn Knight <rayknight@me.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/intel-ixp42x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/intel-ixp42x.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/intel-ixp42x.dtsi b/arch/arm/boot/dts/intel-ixp42x.dtsi index a9622ca850cc..5fa063ed396c 100644 --- a/arch/arm/boot/dts/intel-ixp42x.dtsi +++ b/arch/arm/boot/dts/intel-ixp42x.dtsi @@ -7,6 +7,10 @@ / { soc { + pci@c0000000 { + compatible = "intel,ixp42x-pci"; + }; + interrupt-controller@c8003000 { compatible = "intel,ixp42x-interrupt"; }; |