|
|
@@ -271,27 +271,34 @@
|
|
|
pinctrl-names = "default";
|
|
|
reset-gpios = <&tlmm 37 GPIO_ACTIVE_LOW>;
|
|
|
|
|
|
- qca8075_1: ethernet-phy@0 {
|
|
|
- compatible = "ethernet-phy-ieee802.3-c22";
|
|
|
+ ethernet-phy-package@0 {
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <0>;
|
|
|
+ compatible = "qcom,qca8075-package";
|
|
|
reg = <0>;
|
|
|
- };
|
|
|
|
|
|
- qca8075_2: ethernet-phy@1 {
|
|
|
- compatible = "ethernet-phy-ieee802.3-c22";
|
|
|
- reg = <1>;
|
|
|
- };
|
|
|
+ qca8075_0: ethernet-phy@0 {
|
|
|
+ compatible = "ethernet-phy-ieee802.3-c22";
|
|
|
+ reg = <0>;
|
|
|
+ };
|
|
|
|
|
|
- qca8075_3: ethernet-phy@2 {
|
|
|
- compatible = "ethernet-phy-ieee802.3-c22";
|
|
|
- reg = <2>;
|
|
|
- };
|
|
|
+ qca8075_1: ethernet-phy@1 {
|
|
|
+ compatible = "ethernet-phy-ieee802.3-c22";
|
|
|
+ reg = <1>;
|
|
|
+ };
|
|
|
+
|
|
|
+ qca8075_2: ethernet-phy@2 {
|
|
|
+ compatible = "ethernet-phy-ieee802.3-c22";
|
|
|
+ reg = <2>;
|
|
|
+ };
|
|
|
|
|
|
- qca8075_4: ethernet-phy@3 {
|
|
|
- compatible = "ethernet-phy-ieee802.3-c22";
|
|
|
- reg = <3>;
|
|
|
+ qca8075_3: ethernet-phy@3 {
|
|
|
+ compatible = "ethernet-phy-ieee802.3-c22";
|
|
|
+ reg = <3>;
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
- qca8081: ethernet-phy@4{
|
|
|
+ qca8081: ethernet-phy@28 {
|
|
|
compatible = "ethernet-phy-id004d.d101";
|
|
|
reg = <28>;
|
|
|
reset-deassert-us = <10000>;
|
|
|
@@ -358,7 +365,7 @@
|
|
|
|
|
|
&dp1 {
|
|
|
status = "okay";
|
|
|
- phy-handle = <&qca8075_1>;
|
|
|
+ phy-handle = <&qca8075_0>;
|
|
|
label = "lan1";
|
|
|
nvmem-cells = <&macaddr_lan 0>;
|
|
|
nvmem-cell-names = "mac-address";
|
|
|
@@ -366,7 +373,7 @@
|
|
|
|
|
|
&dp2 {
|
|
|
status = "okay";
|
|
|
- phy-handle = <&qca8075_2>;
|
|
|
+ phy-handle = <&qca8075_1>;
|
|
|
label = "lan2";
|
|
|
nvmem-cells = <&macaddr_lan 0>;
|
|
|
nvmem-cell-names = "mac-address";
|
|
|
@@ -374,7 +381,7 @@
|
|
|
|
|
|
&dp3 {
|
|
|
status = "okay";
|
|
|
- phy-handle = <&qca8075_3>;
|
|
|
+ phy-handle = <&qca8075_2>;
|
|
|
label = "lan3";
|
|
|
nvmem-cells = <&macaddr_lan 0>;
|
|
|
nvmem-cell-names = "mac-address";
|
|
|
@@ -382,7 +389,7 @@
|
|
|
|
|
|
&dp4 {
|
|
|
status = "okay";
|
|
|
- phy-handle = <&qca8075_4>;
|
|
|
+ phy-handle = <&qca8075_3>;
|
|
|
label = "lan4";
|
|
|
nvmem-cells = <&macaddr_lan 0>;
|
|
|
nvmem-cell-names = "mac-address";
|