1 Common MDIO bus multiplexer/switch properties.
3 An MDIO bus multiplexer/switch will have several child busses that are
4 numbered uniquely in a device dependent manner. The nodes for an MDIO
5 bus multiplexer/switch will have one child node for each child bus.
8 - mdio-parent-bus : phandle to the parent MDIO bus.
9 - #address-cells = <1>;
13 - Other properties specific to the multiplexer/switch hardware.
15 Required properties for child nodes:
16 - #address-cells = <1>;
18 - reg : The sub-bus number.
23 /* The parent MDIO bus. */
24 smi1: mdio@1180000001900 {
25 compatible = "cavium,octeon-3860-mdio";
28 reg = <0x11800 0x00001900 0x0 0x40>;
32 An NXP sn74cbtlv3253 dual 1-of-4 switch controlled by a
33 pair of GPIO lines. Child busses 2 and 3 populated with 4
37 compatible = "mdio-mux-gpio";
38 gpios = <&gpio1 3 0>, <&gpio1 4 0>;
39 mdio-parent-bus = <&smi1>;
48 phy11: ethernet-phy@1 {
50 marvell,reg-init = <3 0x10 0 0x5777>,
54 interrupt-parent = <&gpio>;
55 interrupts = <10 8>; /* Pin 10, active low */
57 phy12: ethernet-phy@2 {
59 marvell,reg-init = <3 0x10 0 0x5777>,
63 interrupt-parent = <&gpio>;
64 interrupts = <10 8>; /* Pin 10, active low */
66 phy13: ethernet-phy@3 {
68 marvell,reg-init = <3 0x10 0 0x5777>,
72 interrupt-parent = <&gpio>;
73 interrupts = <10 8>; /* Pin 10, active low */
75 phy14: ethernet-phy@4 {
77 marvell,reg-init = <3 0x10 0 0x5777>,
81 interrupt-parent = <&gpio>;
82 interrupts = <10 8>; /* Pin 10, active low */
91 phy21: ethernet-phy@1 {
93 marvell,reg-init = <3 0x10 0 0x5777>,
97 interrupt-parent = <&gpio>;
98 interrupts = <12 8>; /* Pin 12, active low */
100 phy22: ethernet-phy@2 {
102 marvell,reg-init = <3 0x10 0 0x5777>,
106 interrupt-parent = <&gpio>;
107 interrupts = <12 8>; /* Pin 12, active low */
109 phy23: ethernet-phy@3 {
111 marvell,reg-init = <3 0x10 0 0x5777>,
115 interrupt-parent = <&gpio>;
116 interrupts = <12 8>; /* Pin 12, active low */
118 phy24: ethernet-phy@4 {
120 marvell,reg-init = <3 0x10 0 0x5777>,
124 interrupt-parent = <&gpio>;
125 interrupts = <12 8>; /* Pin 12, active low */