Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / arch / arm / boot / dts / bcm47094.dtsi
index cdc5ff5..2a8f731 100644 (file)
@@ -8,6 +8,15 @@
 / {
 };
 
+&pinctrl {
+       compatible = "brcm,bcm4709-pinmux";
+
+       pinmux_mdio: mdio {
+               groups = "mdio_grp";
+               function = "mdio";
+       };
+};
+
 &usb3_phy {
        compatible = "brcm,ns-bx-usb3-phy";
 };
@@ -16,3 +25,7 @@
        clock-frequency = <125000000>;
        status = "okay";
 };
+
+&srab {
+       compatible = "brcm,bcm53012-srab", "brcm,bcm5301x-srab";
+};