diff options
author | Alessio Igor Bogani <alessio.bogani@elettra.eu> | 2016-04-20 10:18:29 +0200 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-05-16 18:29:04 -0500 |
commit | a66639d4eec5e03bdc5d9a312b7eebd3827a4d14 (patch) | |
tree | 1ed454bb55e2461e191810919d9e3f5bebaa1b13 /arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi | |
parent | 4680c9d50637f78338e786c920aef6c171c7cc00 (diff) | |
download | linux-next-a66639d4eec5e03bdc5d9a312b7eebd3827a4d14.tar.gz |
powerpc/86xx: Move pci1 definition to the include file
Signed-off-by: Alessio Igor Bogani <alessio.bogani@elettra.eu>
Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi b/arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi index 70889d8e8850..a76ffda57f8e 100644 --- a/arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi @@ -113,6 +113,33 @@ pcie@0 { reg = <0 0 0 0 0>; + #interrupt-cells = <1>; + #size-cells = <2>; + #address-cells = <3>; + device_type = "pci"; + }; +}; + +&pci1 { + compatible = "fsl,mpc8641-pcie"; + device_type = "pci"; + #size-cells = <2>; + #address-cells = <3>; + bus-range = <0x0 0xff>; + clock-frequency = <100000000>; + interrupts = <25 2 0 0>; + interrupt-map-mask = <0xf800 0x0 0x0 0x7>; + + interrupt-map = < + 0x0000 0x0 0x0 0x1 &mpic 0x4 0x1 + 0x0000 0x0 0x0 0x2 &mpic 0x5 0x1 + 0x0000 0x0 0x0 0x3 &mpic 0x6 0x1 + 0x0000 0x0 0x0 0x4 &mpic 0x7 0x1 + >; + + pcie@0 { + reg = <0 0 0 0 0>; + #interrupt-cells = <1>; #size-cells = <2>; #address-cells = <3>; device_type = "pci"; |