diff options
author | Ioana Ciornei <ioana.ciornei@nxp.com> | 2020-10-30 13:35:53 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-11-30 22:30:29 +0800 |
commit | 2e7c4c3c2fe7da00bd4061b32307dad4eeb9b39e (patch) | |
tree | ce27915a5b636d4cf9b56d4223959cfa4477e541 /arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts | |
parent | dd2ab5c8b81e23847db5477033fc14f9b8783db2 (diff) | |
download | lwn-2e7c4c3c2fe7da00bd4061b32307dad4eeb9b39e.tar.gz lwn-2e7c4c3c2fe7da00bd4061b32307dad4eeb9b39e.zip |
arm64: dts: ls208xa: add PCS MDIO and PCS PHY nodes
Add PCS MDIO nodes for the internal MDIO buses on the LS208x SoCs, along
with their internal PCS PHYs which will be used when the DPMAC object is
in TYPE_PHY mode.
Also, rename the dpmac@x nodes to ethernet@x in order to be compliant
with the naming convention used by ethernet controllers.
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts index 854f604049ca..60563917be44 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts @@ -110,3 +110,35 @@ reg = <0x3>; }; }; + +&pcs_mdio1 { + status = "okay"; +}; + +&pcs_mdio2 { + status = "okay"; +}; + +&pcs_mdio3 { + status = "okay"; +}; + +&pcs_mdio4 { + status = "okay"; +}; + +&pcs_mdio5 { + status = "okay"; +}; + +&pcs_mdio6 { + status = "okay"; +}; + +&pcs_mdio7 { + status = "okay"; +}; + +&pcs_mdio8 { + status = "okay"; +}; |