Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu...
[linux-2.6-microblaze.git] / arch / arm / boot / dts / bcm47094.dtsi
index f7c3e27..2a8f731 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 /*
  * Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
- *
- * Licensed under the ISC license.
  */
 
 #include "bcm4708.dtsi"
@@ -9,6 +8,15 @@
 / {
 };
 
+&pinctrl {
+       compatible = "brcm,bcm4709-pinmux";
+
+       pinmux_mdio: mdio {
+               groups = "mdio_grp";
+               function = "mdio";
+       };
+};
+
 &usb3_phy {
        compatible = "brcm,ns-bx-usb3-phy";
 };
@@ -17,3 +25,7 @@
        clock-frequency = <125000000>;
        status = "okay";
 };
+
+&srab {
+       compatible = "brcm,bcm53012-srab", "brcm,bcm5301x-srab";
+};