canyonlands.dts (f26e8817b235d8764363bffcc9cbfc61867371f2) | canyonlands.dts (86bc917d2ac117ec922dbf8ed92ca989bf333281) |
---|---|
1/* 2 * Device Tree Source for AMCC Canyonlands (460EX) 3 * 4 * Copyright 2008-2009 DENX Software Engineering, Stefan Roese <sr@denx.de> 5 * 6 * This file is licensed under the terms of the GNU General Public 7 * License version 2. This program is licensed "as is" without 8 * any warranty of any kind, whether express or implied. --- 447 unchanged lines hidden (view full) --- 456 /* This drives busses 0 to 0x3f */ 457 bus-range = <0x0 0x3f>; 458 459 /* All PCI interrupts are routed to ext IRQ 2 -> UIC1-0 */ 460 interrupt-map-mask = <0x0 0x0 0x0 0x0>; 461 interrupt-map = < 0x0 0x0 0x0 0x0 &UIC1 0x0 0x8 >; 462 }; 463 | 1/* 2 * Device Tree Source for AMCC Canyonlands (460EX) 3 * 4 * Copyright 2008-2009 DENX Software Engineering, Stefan Roese <sr@denx.de> 5 * 6 * This file is licensed under the terms of the GNU General Public 7 * License version 2. This program is licensed "as is" without 8 * any warranty of any kind, whether express or implied. --- 447 unchanged lines hidden (view full) --- 456 /* This drives busses 0 to 0x3f */ 457 bus-range = <0x0 0x3f>; 458 459 /* All PCI interrupts are routed to ext IRQ 2 -> UIC1-0 */ 460 interrupt-map-mask = <0x0 0x0 0x0 0x0>; 461 interrupt-map = < 0x0 0x0 0x0 0x0 &UIC1 0x0 0x8 >; 462 }; 463 |
464 PCIE0: pciex@d00000000 { | 464 PCIE0: pcie@d00000000 { |
465 device_type = "pci"; 466 #interrupt-cells = <1>; 467 #size-cells = <2>; 468 #address-cells = <3>; 469 compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex"; 470 primary; 471 port = <0x0>; /* port number */ 472 reg = <0x0000000d 0x00000000 0x20000000 /* Config space access */ --- 25 unchanged lines hidden (view full) --- 498 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 499 interrupt-map = < 500 0x0 0x0 0x0 0x1 &UIC3 0xc 0x4 /* swizzled int A */ 501 0x0 0x0 0x0 0x2 &UIC3 0xd 0x4 /* swizzled int B */ 502 0x0 0x0 0x0 0x3 &UIC3 0xe 0x4 /* swizzled int C */ 503 0x0 0x0 0x0 0x4 &UIC3 0xf 0x4 /* swizzled int D */>; 504 }; 505 | 465 device_type = "pci"; 466 #interrupt-cells = <1>; 467 #size-cells = <2>; 468 #address-cells = <3>; 469 compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex"; 470 primary; 471 port = <0x0>; /* port number */ 472 reg = <0x0000000d 0x00000000 0x20000000 /* Config space access */ --- 25 unchanged lines hidden (view full) --- 498 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 499 interrupt-map = < 500 0x0 0x0 0x0 0x1 &UIC3 0xc 0x4 /* swizzled int A */ 501 0x0 0x0 0x0 0x2 &UIC3 0xd 0x4 /* swizzled int B */ 502 0x0 0x0 0x0 0x3 &UIC3 0xe 0x4 /* swizzled int C */ 503 0x0 0x0 0x0 0x4 &UIC3 0xf 0x4 /* swizzled int D */>; 504 }; 505 |
506 PCIE1: pciex@d20000000 { | 506 PCIE1: pcie@d20000000 { |
507 device_type = "pci"; 508 #interrupt-cells = <1>; 509 #size-cells = <2>; 510 #address-cells = <3>; 511 compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex"; 512 primary; 513 port = <0x1>; /* port number */ 514 reg = <0x0000000d 0x20000000 0x20000000 /* Config space access */ --- 52 unchanged lines hidden --- | 507 device_type = "pci"; 508 #interrupt-cells = <1>; 509 #size-cells = <2>; 510 #address-cells = <3>; 511 compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex"; 512 primary; 513 port = <0x1>; /* port number */ 514 reg = <0x0000000d 0x20000000 0x20000000 /* Config space access */ --- 52 unchanged lines hidden --- |