We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbee58 commit a9e7986Copy full SHA for a9e7986
arch/arm/boot/dts/broadcom/bcm4709-asus-rt-ac87u.dts
@@ -25,6 +25,12 @@
25
<0x88000000 0x08000000>;
26
};
27
28
+ nvram@1c080000 {
29
+ et1macaddr: et1macaddr {
30
+ #nvmem-cell-cells = <1>;
31
+ };
32
33
+
34
leds {
35
compatible = "gpio-leds";
36
@@ -62,6 +68,11 @@
62
68
63
69
64
70
71
+&gmac0 {
72
+ nvmem-cells = <&et1macaddr 0>;
73
+ nvmem-cell-names = "mac-address";
74
+};
75
65
76
&usb3_phy {
66
77
status = "okay";
67
78
0 commit comments