diff options
Diffstat (limited to 'arch/powerpc/boot/dts/p2020rdb.dts')
-rw-r--r-- | arch/powerpc/boot/dts/p2020rdb.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p2020rdb.dts b/arch/powerpc/boot/dts/p2020rdb.dts index 60a0a8c725d6..3782a58f13be 100644 --- a/arch/powerpc/boot/dts/p2020rdb.dts +++ b/arch/powerpc/boot/dts/p2020rdb.dts | |||
@@ -249,6 +249,14 @@ | |||
249 | pci1: pcie@ffe09000 { | 249 | pci1: pcie@ffe09000 { |
250 | ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000 | 250 | ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000 |
251 | 0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x10000>; | 251 | 0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x10000>; |
252 | interrupt-map-mask = <0xf800 0x0 0x0 0x7>; | ||
253 | interrupt-map = < | ||
254 | /* IDSEL 0x0 */ | ||
255 | 0000 0x0 0x0 0x1 &mpic 0x4 0x1 | ||
256 | 0000 0x0 0x0 0x2 &mpic 0x5 0x1 | ||
257 | 0000 0x0 0x0 0x3 &mpic 0x6 0x1 | ||
258 | 0000 0x0 0x0 0x4 &mpic 0x7 0x1 | ||
259 | >; | ||
252 | pcie@0 { | 260 | pcie@0 { |
253 | reg = <0x0 0x0 0x0 0x0 0x0>; | 261 | reg = <0x0 0x0 0x0 0x0 0x0>; |
254 | #size-cells = <2>; | 262 | #size-cells = <2>; |
@@ -267,6 +275,14 @@ | |||
267 | pci2: pcie@ffe0a000 { | 275 | pci2: pcie@ffe0a000 { |
268 | ranges = <0x2000000 0x0 0x80000000 0 0x80000000 0x0 0x20000000 | 276 | ranges = <0x2000000 0x0 0x80000000 0 0x80000000 0x0 0x20000000 |
269 | 0x1000000 0x0 0x00000000 0 0xffc00000 0x0 0x10000>; | 277 | 0x1000000 0x0 0x00000000 0 0xffc00000 0x0 0x10000>; |
278 | interrupt-map-mask = <0xf800 0x0 0x0 0x7>; | ||
279 | interrupt-map = < | ||
280 | /* IDSEL 0x0 */ | ||
281 | 0000 0x0 0x0 0x1 &mpic 0x0 0x1 | ||
282 | 0000 0x0 0x0 0x2 &mpic 0x1 0x1 | ||
283 | 0000 0x0 0x0 0x3 &mpic 0x2 0x1 | ||
284 | 0000 0x0 0x0 0x4 &mpic 0x3 0x1 | ||
285 | >; | ||
270 | pcie@0 { | 286 | pcie@0 { |
271 | reg = <0x0 0x0 0x0 0x0 0x0>; | 287 | reg = <0x0 0x0 0x0 0x0 0x0>; |
272 | #size-cells = <2>; | 288 | #size-cells = <2>; |