1 Microsemi Ocelot network Switch
2 ===============================
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
11 - reg-names: Must include the following entries:
15 - "ptp" (optional due to backward compatibility)
18 - "portX" with X from 0 to the number of last port index available on that
20 - interrupts: Should contain the switch interrupts for frame extraction,
21 frame injection and PTP ready.
22 - interrupt-names: should contain the interrupt names: "xtr", "inj". Can contain
23 "ptp_rdy" which is optional due to backward compatibility.
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
33 Each port node must have the following mandatory properties:
34 - reg: Describes the port address in the switch
36 Port nodes may also contain the following optional standardised
37 properties, described in binding documents:
39 - phy-handle: Phandle to a PHY on an MDIO bus. See
40 Documentation/devicetree/bindings/net/ethernet.txt for details.
45 compatible = "mscc,vsc7514-switch";
46 reg = <0x1010000 0x10000>,
63 reg-names = "sys", "rew", "qs", "ptp", "port0", "port1",
64 "port2", "port3", "port4", "port5", "port6",
65 "port7", "port8", "port9", "port10", "qsys",
67 interrupts = <18 21 22>;
68 interrupt-names = "ptp_rdy", "xtr", "inj";