mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2024-12-29 17:22:07 +00:00
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:
parent
a534e78e46
commit
20aaee0b43
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user