mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 22:57:21 -04:00
arm64: dts: ls2088ardb: add PHY nodes for the AQR405 PHYs
Annotate the EMDIO2 node and describe the other 4 10GBASER PHYs found on the LS2088ARDB board. Also, add phy-handles for DPMACs 5-8 to their associated PHY. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -43,6 +43,26 @@ &dpmac4 {
|
||||
phy-connection-type = "10gbase-r";
|
||||
};
|
||||
|
||||
&dpmac5 {
|
||||
phy-handle = <&mdio2_phy1>;
|
||||
phy-connection-type = "10gbase-r";
|
||||
};
|
||||
|
||||
&dpmac6 {
|
||||
phy-handle = <&mdio2_phy2>;
|
||||
phy-connection-type = "10gbase-r";
|
||||
};
|
||||
|
||||
&dpmac7 {
|
||||
phy-handle = <&mdio2_phy3>;
|
||||
phy-connection-type = "10gbase-r";
|
||||
};
|
||||
|
||||
&dpmac8 {
|
||||
phy-handle = <&mdio2_phy4>;
|
||||
phy-connection-type = "10gbase-r";
|
||||
};
|
||||
|
||||
&emdio1 {
|
||||
status = "okay";
|
||||
|
||||
@@ -66,3 +86,27 @@ mdio1_phy4: ethernet-phy@13 {
|
||||
reg = <0x13>;
|
||||
};
|
||||
};
|
||||
|
||||
&emdio2 {
|
||||
status = "okay";
|
||||
|
||||
mdio2_phy1: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy-id03a1.b4b0", "ethernet-phy-ieee802.3-c45";
|
||||
reg = <0x0>;
|
||||
};
|
||||
|
||||
mdio2_phy2: ethernet-phy@1 {
|
||||
compatible = "ethernet-phy-id03a1.b4b0", "ethernet-phy-ieee802.3-c45";
|
||||
reg = <0x1>;
|
||||
};
|
||||
|
||||
mdio2_phy3: ethernet-phy@2 {
|
||||
compatible = "ethernet-phy-id03a1.b4b0", "ethernet-phy-ieee802.3-c45";
|
||||
reg = <0x2>;
|
||||
};
|
||||
|
||||
mdio2_phy4: ethernet-phy@3 {
|
||||
compatible = "ethernet-phy-id03a1.b4b0", "ethernet-phy-ieee802.3-c45";
|
||||
reg = <0x3>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user