canyonlands.dts (b73077eb03f510a84b102fb97640e595a958403c) | canyonlands.dts (3fb7933850faf1017c59a675e895ed8f27fef4be) |
---|---|
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. --- 516 unchanged lines hidden (view full) --- 525 */ 526 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 527 interrupt-map = < 528 0x0 0x0 0x0 0x1 &UIC3 0x10 0x4 /* swizzled int A */ 529 0x0 0x0 0x0 0x2 &UIC3 0x11 0x4 /* swizzled int B */ 530 0x0 0x0 0x0 0x3 &UIC3 0x12 0x4 /* swizzled int C */ 531 0x0 0x0 0x0 0x4 &UIC3 0x13 0x4 /* swizzled int D */>; 532 }; | 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. --- 516 unchanged lines hidden (view full) --- 525 */ 526 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 527 interrupt-map = < 528 0x0 0x0 0x0 0x1 &UIC3 0x10 0x4 /* swizzled int A */ 529 0x0 0x0 0x0 0x2 &UIC3 0x11 0x4 /* swizzled int B */ 530 0x0 0x0 0x0 0x3 &UIC3 0x12 0x4 /* swizzled int C */ 531 0x0 0x0 0x0 0x4 &UIC3 0x13 0x4 /* swizzled int D */>; 532 }; |
533 534 MSI: ppc4xx-msi@C10000000 { 535 compatible = "amcc,ppc4xx-msi", "ppc4xx-msi"; 536 reg = < 0xC 0x10000000 0x100>; 537 sdr-base = <0x36C>; 538 msi-data = <0x00000000>; 539 msi-mask = <0x44440000>; 540 interrupt-count = <3>; 541 interrupts = <0 1 2 3>; 542 interrupt-parent = <&UIC3>; 543 #interrupt-cells = <1>; 544 #address-cells = <0>; 545 #size-cells = <0>; 546 interrupt-map = <0 &UIC3 0x18 1 547 1 &UIC3 0x19 1 548 2 &UIC3 0x1A 1 549 3 &UIC3 0x1B 1>; 550 }; |
|
533 }; 534}; | 551 }; 552}; |