Lines Matching +full:sub +full:- +full:device
4 - compatible: should be "marvell,pxa168-eth".
5 - reg: address and length of the register set for the device.
6 - interrupts: interrupt for the device.
7 - clocks: pointer to the clock for the device.
10 - port-id: Ethernet port number. Should be '0','1' or '2'.
11 - #address-cells: must be 1 when using sub-nodes.
12 - #size-cells: must be 0 when using sub-nodes.
13 - phy-handle: see ethernet.txt file in the same directory.
18 Sub-nodes:
19 Each PHY can be represented as a sub-node. This is not mandatory.
21 Sub-nodes required properties:
22 - reg: the MDIO address of the PHY.
27 compatible = "marvell,pxa168-eth";
31 #address-cells = <1>;
32 #size-cells = <0>;
33 phy-handle = <ðphy0>;
35 ethphy0: ethernet-phy@0 {