mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
arm: dts: ls2088a: add external MDIO nodes
Add the External MDIO1 device node found in the WRIOP global memory region. This is needed for management of external PHYs. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
8d34950238
commit
0952d7cd9b
1 changed files with 15 additions and 0 deletions
|
@ -200,4 +200,19 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
emdio1: mdio@8B96000 {
|
||||
compatible = "fsl,ls-mdio";
|
||||
reg = <0x0 0x8B96000 0x0 0x1000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
emdio2: mdio@8B97000 {
|
||||
compatible = "fsl,ls-mdio";
|
||||
reg = <0x0 0x8B97000 0x0 0x1000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue