[PATCH] [UPDATED] tsec: Allow Ten Bit Interface to be configurable
Scott Wood
scottwood at freescale.com
Wed Aug 15 04:00:10 EST 2007
Joe Hamman wrote:
> ethernet at 24000 {
> #address-cells = <1>;
> #size-cells = <0>;
> device_type = "network";
> model = "eTSEC";
> compatible = "gianfar";
> reg = <24000 1000>;
> mac-address = [ 00 E0 0C 00 73 00 ];
> interrupts = <1d 2 1e 2 22 2>;
> interrupt-parent = <&mpic>;
> phy-handle = <&phy1f>;
> tbi-handle = <&tbi1e>;
> };
Is any given board going to have at runtime (i.e. not jumper selectable)
both a phy and a tbi (I'm not very familiar with the latter, so I
apologize if this is a dumb question). If not, I'd stick with
phy-handle and have something in the phy node to indicate that it's tbi.
-Scott
More information about the Linuxppc-embedded
mailing list