[PATCH] Add MPC8641 HPCN Device Tree Source file.
Kumar Gala
galak at kernel.crashing.org
Thu Aug 3 06:07:43 EST 2006
On Aug 2, 2006, at 2:33 PM, Sergei Shtylyov wrote:
> Hello.
>
> Kumar Gala wrote:
>> Do we want to go ahead and fix the mac address field having the
>> wrong name?
>
> If you mean "address" instead of "local-mac-address" then I
> guess Documentation/powerpc/booting-without-of.txt should also be
> changed since it has "address". And arch/powerpc/sysdev/fsl_soc.c
> as well..
Yeah, fsl_soc.c should be updated to support both forms for a period
of time.
- kumar
>>> + ethernet at 24000 {
>>> + #address-cells = <1>;
>>> + #size-cells = <0>;
>>> + device_type = "network";
>>> + model = "TSEC";
>>> + compatible = "gianfar";
>>> + reg = <24000 1000>;
>>> + address = [ 00 E0 0C 00 73 00 ];
>>> + interrupts = <1d 2 1e 2 22 2>;
>>> + interrupt-parent = <40000>;
>>> + phy-handle = <2452000>;
>>> + };
>>> +
>>> + ethernet at 25000 {
>>> + #address-cells = <1>;
>>> + #size-cells = <0>;
>>> + device_type = "network";
>>> + model = "TSEC";
>>> + compatible = "gianfar";
>>> + reg = <25000 1000>;
>>> + address = [ 00 E0 0C 00 73 01 ];
>>> + interrupts = <23 2 24 2 28 2>;
>>> + interrupt-parent = <40000>;
>>> + phy-handle = <2452001>;
>>> + };
>>> +
>>> + ethernet at 26000 {
>>> + #address-cells = <1>;
>>> + #size-cells = <0>;
>>> + device_type = "network";
>>> + model = "TSEC";
>>> + compatible = "gianfar";
>>> + reg = <26000 1000>;
>>> + address = [ 00 E0 0C 00 02 FD ];
>>> + interrupts = <1F 2 20 2 21 2>;
>>> + interrupt-parent = <40000>;
>>> + phy-handle = <2452002>;
>>> + };
>>> +
>>> + ethernet at 27000 {
>>> + #address-cells = <1>;
>>> + #size-cells = <0>;
>>> + device_type = "network";
>>> + model = "TSEC";
>>> + compatible = "gianfar";
>>> + reg = <27000 1000>;
>>> + address = [ 00 E0 0C 00 03 FD ];
>>> + interrupts = <25 2 26 2 27 2>;
>>> + interrupt-parent = <40000>;
>>> + phy-handle = <2452003>;
>>> + };
>
> WBR, Sergei
More information about the Linuxppc-dev
mailing list