Skip to content

Commit 20aaee0

Browse files
Linus Walleijffainelli
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 <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20241019-genexis-xg6846b-base-v3-4-8375a0e1f89f@linaro.org Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent a534e78 commit 20aaee0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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)