Skip to content

Commit 20aaee0

Browse files
linuswffainelli
authored andcommitted
ARM: dts: bcm6846: Add MDIO control block
This adds the MDIO block found in the BCM6846. Use the new "brcm,bcm6846-mdio" compatible (merged to the networking tree) for this block. Signed-off-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent a534e78 commit 20aaee0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

arch/arm/boot/dts/broadcom/bcm6846.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,14 @@
223223
reg = <0>;
224224
};
225225
};
226+
227+
mdio: mdio@2060 {
228+
compatible = "brcm,bcm6846-mdio";
229+
reg = <0x02060 0x10>, <0x5a068 0x4>;
230+
reg-names = "mdio", "mdio_indir_rw";
231+
#address-cells = <1>;
232+
#size-cells = <0>;
233+
status = "disabled";
234+
};
226235
};
227236
};

0 commit comments

Comments
 (0)