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>
This commit is contained in:
Linus Walleij 2024-10-19 22:39:33 +02:00 committed by Florian Fainelli
parent a534e78e46
commit 20aaee0b43

View File

@ -223,5 +223,14 @@ nandcs: nand@0 {
reg = <0>;
};
};
mdio: mdio@2060 {
compatible = "brcm,bcm6846-mdio";
reg = <0x02060 0x10>, <0x5a068 0x4>;
reg-names = "mdio", "mdio_indir_rw";
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};
};
};