Lines Matching +full:ethernet +full:- +full:switch
1 Ralink Frame Engine Ethernet controller
4 The Ralink frame engine ethernet controller can be found on Ralink and
8 directly and/or via a (gigabit-)switch.
10 * Ethernet controller node
13 - compatible: Should be one of "ralink,rt2880-eth", "ralink,rt3050-eth",
14 "ralink,rt3050-eth", "ralink,rt3883-eth", "ralink,rt5350-eth",
15 "mediatek,mt7620-eth", "mediatek,mt7621-eth"
16 - reg: Address and length of the register set for the device
17 - interrupts: Should contain the frame engines interrupt
18 - resets: Should contain the frame engines resets
19 - reset-names: Should contain the reset names "fe". If a switch is present
23 * Ethernet port node
26 - compatible: Should be "ralink,eth-port"
27 - reg: The number of the physical port
28 - phy-handle: reference to the node describing the phy
32 mdio-bus {
34 phy0: ethernet-phy@0 {
35 phy-mode = "mii";
40 ethernet@400000 {
41 compatible = "ralink,rt2880-eth";
44 #address-cells = <1>;
45 #size-cells = <0>;
48 reset-names = "fe";
50 interrupt-parent = <&cpuintc>;
54 compatible = "ralink,eth-port";
56 phy-handle = <&phy0>;