File tree Expand file tree Collapse file tree 1 file changed +28
-4
lines changed Expand file tree Collapse file tree 1 file changed +28
-4
lines changed Original file line number Diff line number Diff line change 28
28
pinctrl-names = "default";
29
29
status = "disabled";
30
30
31
- phy0: phy@f {
31
+ phy0: phy@2 {
32
32
compatible = "ethernet-phy";
33
- reg = <0xf >;
33
+ reg = <0x2 >;
34
34
status = "disabled";
35
35
};
36
36
37
- phy1: phy@10 {
37
+ phy1: phy@3 {
38
38
compatible = "ethernet-phy";
39
- reg = <0x10 >;
39
+ reg = <0x3 >;
40
40
status = "disabled";
41
41
};
42
42
89
89
pinctrl-0 = <&lpuart8_default>;
90
90
pinctrl-names = "default";
91
91
};
92
+
93
+ &switch_port0 {
94
+ zephyr,random-mac-address;
95
+ pinctrl-0 = <ð0_default>;
96
+ pinctrl-names = "default";
97
+ phy-handle = <&phy0>;
98
+ phy-connection-type = "mii";
99
+ status = "disabled";
100
+ };
101
+
102
+ &switch_port1 {
103
+ zephyr,random-mac-address;
104
+ pinctrl-0 = <ð1_default>;
105
+ pinctrl-names = "default";
106
+ phy-handle = <&phy1>;
107
+ phy-connection-type = "mii";
108
+ status = "disabled";
109
+ };
110
+
111
+ /* Internal port */
112
+ &switch_port3 {
113
+ zephyr,random-mac-address;
114
+ status = "disabled";
115
+ };
You can’t perform that action at this time.
0 commit comments