ath79: move ethernet phy node for TP-Link EAP devices

Move the ethernet phy definition from the eap2x5-1port include to the
device-specific DTS files. This is to prepare for new devices that have
a different ethernet phy, at another MDIO address.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
This commit is contained in:
Sander Vanheule 2022-06-05 11:55:58 +02:00
parent 48625a0445
commit 9320516613
5 changed files with 48 additions and 7 deletions

View File

@ -35,6 +35,18 @@
};
};
&eth0 {
phy-handle = <&phy4>;
phy-mode = "sgmii";
};
&mdio0 {
phy4: ethernet-phy@4 {
reg = <4>;
reset-gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
};
};
&pcie {
wifi@0,0 {
compatible = "qcom,ath10k";

View File

@ -56,6 +56,18 @@
};
};
&eth0 {
phy-handle = <&phy4>;
phy-mode = "sgmii";
};
&mdio0 {
phy4: ethernet-phy@4 {
reg = <4>;
reset-gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
};
};
&pcie {
wifi@0,0 {
compatible = "qcom,ath10k";

View File

@ -35,6 +35,18 @@
};
};
&eth0 {
phy-handle = <&phy4>;
phy-mode = "sgmii";
};
&mdio0 {
phy4: ethernet-phy@4 {
reg = <4>;
reset-gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
};
};
&pcie {
wifi@0,0 {
compatible = "qcom,ath10k";

View File

@ -49,6 +49,18 @@
};
};
&eth0 {
phy-handle = <&phy4>;
phy-mode = "sgmii";
};
&mdio0 {
phy4: ethernet-phy@4 {
reg = <4>;
reset-gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
};
};
&pcie {
wifi@0,0 {
compatible = "qcom,ath10k";

View File

@ -106,18 +106,11 @@
pinctrl-names = "default";
pinctrl-0 = <&mdio_pins>;
phy4: ethernet-phy@4 {
reg = <4>;
reset-gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
};
};
&eth0 {
status = "okay";
phy-handle = <&phy4>;
phy-mode = "sgmii";
pll-data = <0x03000000 0x00000101 0x00001313>;
nvmem-cells = <&macaddr_info_8>;