[PATCH 01/15] [POWERPC] TQM5200 DTS
Kumar Gala
galak at kernel.crashing.org
Mon Oct 8 23:52:24 EST 2007
On Oct 8, 2007, at 1:27 AM, Grant Likely wrote:
> On 10/7/07, Marian Balakowicz <m8 at semihalf.com> wrote:
>> +
>> + pci at 0d00 {
>> + #interrupt-cells = <1>;
>> + #size-cells = <2>;
>> + #address-cells = <3>;
>> + device_type = "pci";
>> + compatible = "mpc5200-pci";
>> + reg = <d00 100>;
>> + interrupt-map-mask = <f800 0 0 7>;
>> + interrupt-map = <c000 0 0 1 &mpc5200_pic 0
>> 0 3
>> + c000 0 0 2 &mpc5200_pic 0
>> 0 3
>> + c000 0 0 3 &mpc5200_pic 0
>> 0 3
>> + c000 0 0 4 &mpc5200_pic 0
>> 0 3>;
>> + clock-frequency = <0>; // From boot loader
>> + interrupts = <2 8 0 2 9 0 2 a 0>;
>> + interrupt-parent = <&mpc5200_pic>;
>> + bus-range = <0 0>;
>> + ranges = <42000000 0 80000000 80000000 0
>> 10000000
>> + 02000000 0 90000000 90000000 0
>> 10000000
>> + 01000000 0 00000000 a0000000 0
>> 01000000>;
>> + };
>
> Also, the PCI node should no longer be a child of the 'soc' node. See
> the latest lite5200.dts file in Paul Mackerras' powerpc tree for an
> example.
Also, note how the PCI node is a sibling of the soc node not a child
of it.
- k
More information about the Linuxppc-dev
mailing list