aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_beeline_smartbox-turbo.dts
blob: df80f49e97ea37edf9993ec698ebfc9e8d4b9945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// 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>;
		nvmem-cell-names = "mac-address";
		mac-address-increment = <(5)>;
	};
};

&pcie1 {
	wifi@0,0 {
		nvmem-cells = <&macaddr_factory_21000>;
		nvmem-cell-names = "mac-address";
		mac-address-increment = <(4)>;
	};
};

&gmac1 {
	nvmem-cells = <&macaddr_factory_21000>;
	nvmem-cell-names = "mac-address";
	mac-address-increment = <(1)>;
};