tqm8548.dts (fc8e1ead9314cf0e0f1922e661428b93d3a50d88) | tqm8548.dts (07c638398f490e63275ae23aa51b7c50df7d1a49) |
---|---|
1/* 2 * TQM8548 Device Tree Source 3 * 4 * Copyright 2006 Freescale Semiconductor Inc. 5 * Copyright 2008 Wolfgang Grandegger <wg@denx.de> 6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms of the GNU General Public License as published by the --- 428 unchanged lines hidden (view full) --- 437 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci"; 438 device_type = "pci"; 439 reg = <0xe0008000 0x1000>; 440 clock-frequency = <33333333>; 441 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 442 interrupt-map = < 443 /* IDSEL 28 */ 444 0xe000 0 0 1 &mpic 2 1 | 1/* 2 * TQM8548 Device Tree Source 3 * 4 * Copyright 2006 Freescale Semiconductor Inc. 5 * Copyright 2008 Wolfgang Grandegger <wg@denx.de> 6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms of the GNU General Public License as published by the --- 428 unchanged lines hidden (view full) --- 437 compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci"; 438 device_type = "pci"; 439 reg = <0xe0008000 0x1000>; 440 clock-frequency = <33333333>; 441 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 442 interrupt-map = < 443 /* IDSEL 28 */ 444 0xe000 0 0 1 &mpic 2 1 |
445 0xe000 0 0 2 &mpic 3 1>; | 445 0xe000 0 0 2 &mpic 3 1 446 0xe000 0 0 3 &mpic 6 1 447 0xe000 0 0 4 &mpic 5 1 |
446 | 448 |
449 /* IDSEL 11 */ 450 0x5800 0 0 1 &mpic 6 1 451 0x5800 0 0 2 &mpic 5 1 452 >; 453 |
|
447 interrupt-parent = <&mpic>; 448 interrupts = <24 2>; 449 bus-range = <0 0>; 450 ranges = <0x02000000 0 0x80000000 0x80000000 0 0x20000000 451 0x01000000 0 0x00000000 0xe2000000 0 0x01000000>; 452 }; 453 454 pci1: pcie@e000a000 { --- 32 unchanged lines hidden --- | 454 interrupt-parent = <&mpic>; 455 interrupts = <24 2>; 456 bus-range = <0 0>; 457 ranges = <0x02000000 0 0x80000000 0x80000000 0 0x20000000 458 0x01000000 0 0x00000000 0xe2000000 0 0x01000000>; 459 }; 460 461 pci1: pcie@e000a000 { --- 32 unchanged lines hidden --- |