blob: b5a789f8a684e78221ae40a56e7e47978db87cbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include "mt7628an_comfast_cf-wr758ac.dtsi"
/ {
compatible = "comfast,cf-wr758ac-v2", "mediatek,mt7628an-soc";
model = "COMFAST CF-WR758AC V2";
};
&eeprom_factory_8000 {
/* V2 has different eeprom size '0x4da8' for MT7613 */
reg = <0x8000 0x4da8>;
};
|