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-ixp43x.dtsi | |
parent | 4ce22ad645bc6327aa32a4bfe9c6300f8e7bd745 (diff) | |
download | linux-152b7a599674d27f26bec1a4fdbac63564d0fc93.tar.gz linux-152b7a599674d27f26bec1a4fdbac63564d0fc93.tar.bz2 linux-152b7a599674d27f26bec1a4fdbac63564d0fc93.zip |
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-ixp43x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/intel-ixp43x.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/intel-ixp43x.dtsi b/arch/arm/boot/dts/intel-ixp43x.dtsi index 494fb2ff57a0..1d0817c6e3f9 100644 --- a/arch/arm/boot/dts/intel-ixp43x.dtsi +++ b/arch/arm/boot/dts/intel-ixp43x.dtsi @@ -8,6 +8,10 @@ / { soc { + pci@c0000000 { + compatible = "intel,ixp43x-pci"; + }; + interrupt-controller@c8003000 { compatible = "intel,ixp43x-interrupt"; }; |