hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm/boot/dts/armada-385-turris-omnia.dts
....@@ -22,6 +22,12 @@
2222 stdout-path = &uart0;
2323 };
2424
25
+ aliases {
26
+ ethernet0 = &eth0;
27
+ ethernet1 = &eth1;
28
+ ethernet2 = &eth2;
29
+ };
30
+
2531 memory {
2632 device_type = "memory";
2733 reg = <0x00000000 0x40000000>; /* 1024 MB */
....@@ -291,7 +297,17 @@
291297 };
292298 };
293299
294
- /* port 6 is connected to eth0 */
300
+ ports@6 {
301
+ reg = <6>;
302
+ label = "cpu";
303
+ ethernet = <&eth0>;
304
+ phy-mode = "rgmii-id";
305
+
306
+ fixed-link {
307
+ speed = <1000>;
308
+ full-duplex;
309
+ };
310
+ };
295311 };
296312 };
297313 };