openwrt/target/linux/ramips/dts/mt7621_beeline_smartbox-turbo.dts
Rosen Penev 3395184825
ramips: mt7621: nix mac-address-increment
nvmem-layout allows removal

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-11-26 01:30:32 +01:00

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";
};