mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
65cd6a6fec
This patch converts MT7613 and MT7615 WiFi calibration data to NVMEM format. The EEPROM size is 0x4da8. Signed-off-by: Shiji Yang <yangshiji66@qq.com>
24 lines
448 B
Plaintext
24 lines
448 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "mt7621_dlink_dir-8xx.dtsi"
|
|
#include "mt7621_dlink_flash-16m-r1.dtsi"
|
|
|
|
/ {
|
|
compatible = "dlink,dir-878-r1", "mediatek,mt7621-soc";
|
|
model = "D-Link DIR-878 R1";
|
|
|
|
aliases {
|
|
label-mac-device = &gmac0;
|
|
};
|
|
};
|
|
|
|
&gmac0 {
|
|
nvmem-cells = <&macaddr_factory_e000>;
|
|
nvmem-cell-names = "mac-address";
|
|
};
|
|
|
|
&gmac1 {
|
|
nvmem-cells = <&macaddr_factory_e006>;
|
|
nvmem-cell-names = "mac-address";
|
|
};
|