summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
diff options
context:
space:
mode:
authorIoana Radulescu <ruxandra.radulescu@nxp.com>2018-10-29 18:54:05 +0200
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:10:46 +0800
commit10f11e8c1bcfcc4504b30e5b186e271eb491252a (patch)
tree07439f292452a80197dbd5db8373710ed7a39ff4 /arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
parent3dc1539dd5680c1af558bee0bb55fc69d45edf74 (diff)
arm64: dts: lx2160a-rdb: Add Aquantia PHY nodes
DPMAC3 and DPMAC4 are connected to 10G Aquantia PHYs Signed-off-by: Catalin Neacsu <valentin-catalin.neacsu@nxp.com> Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
index f86665c3ab9c..8c06af7c4cd5 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
@@ -173,6 +173,18 @@
reg = <0x2>;
/* Poll mode - no "interrupts" property defined */
};
+ aquantia_phy1: ethernet-phy@4 {
+ /* AQR107 PHY - "compatible" property not strictly needed */
+ compatible = "ethernet-phy-ieee802.3-c45";
+ reg = <0x4>;
+ /* Poll mode - no "interrupts" property defined */
+ };
+ aquantia_phy2: ethernet-phy@5 {
+ /* AQR107 PHY - "compatible" property not strictly needed */
+ compatible = "ethernet-phy-ieee802.3-c45";
+ reg = <0x5>;
+ /* Poll mode - no "interrupts" property defined */
+ };
};
&emdio2 {
@@ -184,6 +196,16 @@
};
};
+&dpmac3 {
+ phy-handle = <&aquantia_phy1>;
+ phy-connection-type = "xgmii";
+};
+
+&dpmac4 {
+ phy-handle = <&aquantia_phy2>;
+ phy-connection-type = "xgmii";
+};
+
&dpmac5 {
phy-handle = <&inphi_phy>;
};