Commit 379b4f76 authored by Ioana Ciornei's avatar Ioana Ciornei Committed by Shawn Guo

arm64: dts: ls1088ardb: add necessary DTS nodes for DPMAC2

Annotate the external MDIO2 node and describe the 10GBASER PHY found on
the LS1088ARDB board and add a phy-handle for DPMAC2 to link it.
Also, add the internal PCS MDIO node for the internal MDIO buses found
on the LS1088A SoC along with its internal PCS PHY and link the
corresponding DPMAC to the PCS through the pcs-handle.
Signed-off-by: default avatarIoana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 73f034cc
...@@ -17,6 +17,12 @@ / { ...@@ -17,6 +17,12 @@ / {
compatible = "fsl,ls1088a-rdb", "fsl,ls1088a"; compatible = "fsl,ls1088a-rdb", "fsl,ls1088a";
}; };
&dpmac2 {
phy-handle = <&mdio2_aquantia_phy>;
phy-connection-type = "10gbase-r";
pcs-handle = <&pcs2>;
};
&dpmac3 { &dpmac3 {
phy-handle = <&mdio1_phy5>; phy-handle = <&mdio1_phy5>;
phy-connection-type = "qsgmii"; phy-connection-type = "qsgmii";
...@@ -109,6 +115,15 @@ mdio1_phy4: ethernet-phy@1f { ...@@ -109,6 +115,15 @@ mdio1_phy4: ethernet-phy@1f {
}; };
}; };
&emdio2 {
status = "okay";
mdio2_aquantia_phy: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c45";
reg = <0x0>;
};
};
&i2c0 { &i2c0 {
status = "okay"; status = "okay";
...@@ -179,6 +194,10 @@ &esdhc { ...@@ -179,6 +194,10 @@ &esdhc {
status = "okay"; status = "okay";
}; };
&pcs_mdio2 {
status = "okay";
};
&pcs_mdio3 { &pcs_mdio3 {
status = "okay"; status = "okay";
}; };
......
...@@ -690,6 +690,19 @@ emdio2: mdio@8b97000 { ...@@ -690,6 +690,19 @@ emdio2: mdio@8b97000 {
status = "disabled"; status = "disabled";
}; };
pcs_mdio2: mdio@8c0b000 {
compatible = "fsl,fman-memac-mdio";
reg = <0x0 0x8c0b000 0x0 0x1000>;
little-endian;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
pcs2: ethernet-phy@0 {
reg = <0>;
};
};
pcs_mdio3: mdio@8c0f000 { pcs_mdio3: mdio@8c0f000 {
compatible = "fsl,fman-memac-mdio"; compatible = "fsl,fman-memac-mdio";
reg = <0x0 0x8c0f000 0x0 0x1000>; reg = <0x0 0x8c0f000 0x0 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment