mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
3395184825
nvmem-layout allows removal Signed-off-by: Rosen Penev <rosenp@gmail.com>
28 lines
513 B
Plaintext
28 lines
513 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "mt7621_sercomm_dxx_nand_256m.dtsi"
|
|
|
|
/ {
|
|
compatible = "beeline,smartbox-turbo", "mediatek,mt7621-soc";
|
|
model = "Beeline SmartBox TURBO";
|
|
};
|
|
|
|
&pcie0 {
|
|
wifi@0,0 {
|
|
nvmem-cells = <&macaddr_factory_21000 5>;
|
|
nvmem-cell-names = "mac-address";
|
|
};
|
|
};
|
|
|
|
&pcie1 {
|
|
wifi@0,0 {
|
|
nvmem-cells = <&macaddr_factory_21000 4>;
|
|
nvmem-cell-names = "mac-address";
|
|
};
|
|
};
|
|
|
|
&gmac1 {
|
|
nvmem-cells = <&macaddr_factory_21000 1>;
|
|
nvmem-cell-names = "mac-address";
|
|
};
|