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 618775c commit f167292Copy full SHA for f167292
arch/arm/boot/dts/broadcom/bcm53015-meraki-mr26.dts
@@ -59,6 +59,9 @@
59
60
&gmac0 {
61
status = "okay";
62
+
63
+ nvmem-cells = <&macaddr_board_config_66>;
64
+ nvmem-cell-names = "mac-address";
65
};
66
67
&gmac1 {
@@ -102,8 +105,25 @@
102
105
103
106
104
107
partition@800000 {
108
+ compatible = "linux,ubi";
109
label = "ubi";
110
reg = <0x800000 0x7780000>;
111
112
+ volumes {
113
+ ubi-volume-board-config {
114
+ volname = "board-config";
115
116
+ nvmem-layout {
117
+ compatible = "fixed-layout";
118
+ #address-cells = <1>;
119
+ #size-cells = <1>;
120
121
+ macaddr_board_config_66: macaddr@66 {
122
+ reg = <0x66 0x6>;
123
+ };
124
125
126
127
128
129
0 commit comments