Lines Matching +full:ethernet +full:- +full:switch
1 Microsemi Ocelot network Switch
4 The Microsemi Ocelot network switch can be found on Microsemi SoCs (VSC7513,
8 - compatible: Should be "mscc,vsc7514-switch"
9 - reg: Must contain an (offset, length) pair of the register set for each
10 entry in reg-names.
11 - reg-names: Must include the following entries:
12 - "sys"
13 - "rew"
14 - "qs"
15 - "ptp" (optional due to backward compatibility)
16 - "qsys"
17 - "ana"
18 - "portX" with X from 0 to the number of last port index available on that
19 switch
20 - interrupts: Should contain the switch interrupts for frame extraction,
22 - interrupt-names: should contain the interrupt names: "xtr", "inj". Can contain
24 - ethernet-ports: A container for child nodes representing switch ports.
26 The ethernet-ports container has the following properties
30 - #address-cells: Must be 1
31 - #size-cells: Must be 0
34 - reg: Describes the port address in the switch
39 - phy-handle: Phandle to a PHY on an MDIO bus. See
40 Documentation/devicetree/bindings/net/ethernet.txt for details.
44 switch@1010000 {
45 compatible = "mscc,vsc7514-switch";
63 reg-names = "sys", "rew", "qs", "ptp", "port0", "port1",
68 interrupt-names = "ptp_rdy", "xtr", "inj";
70 ethernet-ports {
71 #address-cells = <1>;
72 #size-cells = <0>;
76 phy-handle = <&phy0>;
80 phy-handle = <&phy1>;