|
|
@@ -9,6 +9,7 @@
|
|
|
model = "Zyxel NBG6716";
|
|
|
|
|
|
aliases {
|
|
|
+ label-mac-device = &wmac;
|
|
|
led-boot = &led_power;
|
|
|
led-failsafe = &led_power;
|
|
|
led-running = &led_power;
|
|
|
@@ -103,8 +104,13 @@
|
|
|
};
|
|
|
|
|
|
partition@40000 {
|
|
|
+ compatible = "u-boot,env";
|
|
|
label = "u-boot-env";
|
|
|
reg = <0x040000 0x010000>;
|
|
|
+
|
|
|
+ macaddr_uboot_ethaddr: ethaddr {
|
|
|
+ #nvmem-cell-cells = <1>;
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
partition@50000 {
|
|
|
@@ -185,8 +191,8 @@
|
|
|
wifi@0,0 {
|
|
|
compatible = "qcom,ath10k";
|
|
|
reg = <0 0 0 0 0>;
|
|
|
- nvmem-cells = <&cal_art_5000>;
|
|
|
- nvmem-cell-names = "calibration";
|
|
|
+ nvmem-cells = <&cal_art_5000>, <&macaddr_uboot_ethaddr 1>;
|
|
|
+ nvmem-cell-names = "calibration", "mac-address";
|
|
|
qcom,ath10k-calibration-variant = "ZyXEL-NBG6716";
|
|
|
};
|
|
|
};
|