aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorIoana Ciornei <ioana.ciornei@nxp.com>2020-03-18 16:47:43 +0200
committerPriyanka Jain <priyanka.jain@nxp.com>2020-04-29 11:10:54 +0530
commita369ee3364c5f4de1e84948477bc37d72455f7ca (patch)
tree2f8d4fe731de944eb24aeb52dc7dbc584b9e96fd /arch/arm/dts
parent0952d7cd9bf0559b5256d9379a1bc1b4637b9a13 (diff)
downloadu-boot-a369ee3364c5f4de1e84948477bc37d72455f7ca.zip
u-boot-a369ee3364c5f4de1e84948477bc37d72455f7ca.tar.gz
u-boot-a369ee3364c5f4de1e84948477bc37d72455f7ca.tar.bz2
arm: dts: ls1088a: 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>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/fsl-ls1088a.dtsi15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls1088a.dtsi b/arch/arm/dts/fsl-ls1088a.dtsi
index abc8b21..3149616 100644
--- a/arch/arm/dts/fsl-ls1088a.dtsi
+++ b/arch/arm/dts/fsl-ls1088a.dtsi
@@ -197,4 +197,19 @@
method = "smc";
};
+ 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";
+ };
};