powerpc/85xx: Add support for the "socrates" board (MPC8544)

Wolfgang Grandegger wg at grandegger.com
Sat Mar 21 07:16:53 EST 2009


Hi Kumar,

Kumar Gala wrote:
> 
> On Mar 19, 2009, at 10:26 AM, Wolfgang Grandegger wrote:
> 
>> +        mdio at 24520 {
>> +            #address-cells = <1>;
>> +            #size-cells = <0>;
>> +            compatible = "fsl,gianfar-mdio";
>> +            reg = <0x24520 0x20>;
>> +
>> +            phy0: ethernet-phy at 0 {
>> +                interrupt-parent = <&mpic>;
>> +                interrupts = <0 1>;
>> +                reg = <0>;
>> +                device_type = "ethernet-phy";
>> +            };
>> +            phy1: ethernet-phy at 1 {
>> +                interrupt-parent = <&mpic>;
>> +                interrupts = <0 1>;
>> +                reg = <1>;
>> +                device_type = "ethernet-phy";
>> +            };
>> +            tbi0: tbi-phy at 11 {
>> +                reg = <0x11>;
>> +                device_type = "tbi-phy";
>> +            };
>> +        };
>> +
>> +        mdio at 26520 {
>> +            #address-cells = <1>;
>> +            #size-cells = <0>;
>> +            compatible = "fsl,gianfar-tbi";
>> +            reg = <0x26520 0x20>;
>> +
>> +            tbi1: tbi-phy at 11 {
>> +                reg = <0x11>;
>> +                device_type = "tbi-phy";
>> +            };
>> +        };
>> +
>> +        enet0: ethernet at 24000 {
>> +            cell-index = <0>;
>> +            device_type = "network";
>> +            model = "eTSEC";
>> +            compatible = "gianfar";
>> +            reg = <0x24000 0x1000>;
>> +            local-mac-address = [ 00 00 00 00 00 00 ];
>> +            interrupts = <29 2 30 2 34 2>;
>> +            interrupt-parent = <&mpic>;
>> +            phy-handle = <&phy0>;
>> +            tbi-handle = <&tbi0>;
>> +            phy-connection-type = "rgmii-id";
>> +        };
>> +
> 
> See Anton's recent post in moving the mdio node under the ethernet. 
> Please match.

I have fixed it for the socrates board. Is there a GIT tree with that
modifications which I can base my patches on, also for the one for the
TQM8548 posted recently:

  http://ozlabs.org/pipermail/linuxppc-dev/2009-March/069364.html

Wolfgang.



More information about the Linuxppc-dev mailing list