3 The PIP Ethernet nexus can control several data packet input/output
4 devices. The devices have a two level grouping scheme. There may be
5 several interfaces, and each interface may have several ports. These
6 ports might be an individual Ethernet PHY.
9 Properties for the PIP nexus:
10 - compatible: "cavium,octeon-3860-pip"
12 Compatibility with all cn3XXX, cn5XXX and cn6XXX SOCs.
14 - reg: The base address of the PIP's register bank.
16 - #address-cells: Must be <1>.
18 - #size-cells: Must be <0>.
20 Properties for PIP interfaces which is a child the PIP nexus:
21 - compatible: "cavium,octeon-3860-pip-interface"
23 Compatibility with all cn3XXX, cn5XXX and cn6XXX SOCs.
25 - reg: The interface number.
27 - #address-cells: Must be <1>.
29 - #size-cells: Must be <0>.
31 Properties for PIP port which is a child the PIP interface:
32 - compatible: "cavium,octeon-3860-pip-port"
34 Compatibility with all cn3XXX, cn5XXX and cn6XXX SOCs.
36 - reg: The port number within the interface group.
38 - mac-address: Optional, the MAC address to assign to the device.
40 - local-mac-address: Optional, the MAC address to assign to the device
41 if mac-address is not specified.
43 - phy-handle: Optional, a phandle for the PHY device connected to this device.
48 compatible = "cavium,octeon-3860-pip";
51 reg = <0x11800 0xa0000000 0x0 0x2000>;
54 compatible = "cavium,octeon-3860-pip-interface";
57 reg = <0>; /* interface */
60 compatible = "cavium,octeon-3860-pip-port";
61 reg = <0x0>; /* Port */
62 local-mac-address = [ 00 0f b7 10 63 60 ];
66 compatible = "cavium,octeon-3860-pip-port";
67 reg = <0x1>; /* Port */
68 local-mac-address = [ 00 0f b7 10 63 61 ];
72 compatible = "cavium,octeon-3860-pip-port";
73 reg = <0x2>; /* Port */
74 local-mac-address = [ 00 0f b7 10 63 62 ];
78 compatible = "cavium,octeon-3860-pip-port";
79 reg = <0x3>; /* Port */
80 local-mac-address = [ 00 0f b7 10 63 63 ];
86 compatible = "cavium,octeon-3860-pip-interface";
89 reg = <1>; /* interface */
92 compatible = "cavium,octeon-3860-pip-port";
93 reg = <0x0>; /* Port */
94 local-mac-address = [ 00 0f b7 10 63 64 ];