Add a disabled node for the auxiliary MDIO bus, used to manage the
RTL8231 expanders. A simple-mfd parent node is added, at the same
(implied) address as the switch@
1b000000 node, as the switch drivers
should anyway transistion to MFD subdivices at some point.
Signed-off-by: Sander Vanheule <sander@svanheule.net>
};
};
+ switchcore@1b000000 {
+ compatible = "syscon", "simple-mfd";
+ reg = <0x1b000000 0x20000>;
+
+ mdio_aux: mdio-aux {
+ compatible = "realtek,rtl8380-aux-mdio";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ status = "disabled";
+ };
+ };
+
pinmux: pinmux@1b001000 {
compatible = "pinctrl-single";
reg = <0x1b001000 0x4>;