arm64: dts: lx2160a-rdb: Add Inphi PHY node
authorIoana Radulescu <ruxandra.radulescu@nxp.com>
Tue, 14 Dec 2021 07:23:34 +0000 (01:23 -0600)
committerShawn Guo <shawnguo@kernel.org>
Thu, 16 Dec 2021 09:25:45 +0000 (17:25 +0800)
DPMAC5 and DPMAC6 are connected to 25G Inphi PHY

Signed-off-by: Vicentiu Galanopulo <vicentiu.galanopulo@nxp.com>
Signed-off-by: Florin Chiculita <florinlaurentiu.chiculita@nxp.com>
Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts

index 028ff80..0ec4183 100644 (file)
        managed = "in-band-status";
 };
 
+&dpmac5 {
+       phy-handle = <&inphi_phy>;
+};
+
+&dpmac6 {
+       phy-handle = <&inphi_phy>;
+};
+
 &dpmac17 {
        phy-handle = <&rgmii_phy1>;
        phy-connection-type = "rgmii-id";
        };
 };
 
+&emdio2 {
+       status = "okay";
+
+       inphi_phy: ethernet-phy@0 {
+               compatible = "ethernet-phy-id0210.7440";
+               reg = <0x0>;
+       };
+};
+
 &esdhc0 {
        sd-uhs-sdr104;
        sd-uhs-sdr50;