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 0bb80ec commit 5cbee58Copy full SHA for 5cbee58
arch/arm/boot/dts/broadcom/bcm47094-dlink-dir-885l.dts
@@ -25,6 +25,15 @@
25
<0x88000000 0x08000000>;
26
};
27
28
+ nvram@1e3f0000 {
29
+ compatible = "brcm,nvram";
30
+ reg = <0x1e3f0000 0x10000>;
31
+
32
+ et2macaddr: et2macaddr {
33
+ #nvmem-cell-cells = <1>;
34
+ };
35
36
37
nand_controller: nand-controller@18028000 {
38
nand@0 {
39
partitions {
@@ -112,6 +121,11 @@
112
121
vcc-gpio = <&chipcommon 18 GPIO_ACTIVE_HIGH>;
113
122
114
123
124
+&gmac0 {
125
+ nvmem-cells = <&et2macaddr 0>;
126
+ nvmem-cell-names = "mac-address";
127
+};
128
115
129
&spi_nor {
116
130
status = "okay";
117
131
@@ -142,6 +156,8 @@
142
156
143
157
port@4 {
144
158
label = "wan";
159
+ nvmem-cells = <&et2macaddr 3>;
160
145
161
146
162
147
163
port@8 {
0 commit comments