ARM: dts: NSP: add MDIO bus controller node
authorMatthew Hagan <mnhagan88@gmail.com>
Sun, 13 Jun 2021 09:46:36 +0000 (10:46 +0100)
committerFlorian Fainelli <f.fainelli@gmail.com>
Tue, 14 Sep 2021 21:34:48 +0000 (14:34 -0700)
This patch adds the node for the MDIO bus controller, present on the NSP
SoC.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm-nsp.dtsi

index a88fda9..c47edb3 100644 (file)
                        status = "disabled";
                };
 
+               mdio: mdio@32000 {
+                       compatible = "brcm,iproc-mdio";
+                       reg = <0x32000 0x8>;
+                       #size-cells = <0>;
+                       #address-cells = <1>;
+               };
+
                rng: rng@33000 {
                        compatible = "brcm,bcm-nsp-rng";
                        reg = <0x33000 0x14>;