ramips: Add support for Cudy WR1300 v3
[openwrt/staging/hauke.git] / target / linux / ramips / dts / mt7621_cudy_wr1300-v3.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7621_cudy_wr1300-v2v3.dtsi"
4
5 / {
6 compatible = "cudy,wr1300-v3", "mediatek,mt7621-soc";
7 model = "Cudy WR1300 v3";
8 };
9
10 &pcie0 {
11 wifi@0,0 {
12 compatible = "mediatek,mt76";
13 reg = <0x0000 0 0 0 0>;
14 nvmem-cells = <&eeprom_factory_0>, <&macaddr_bdinfo_de00 0>;
15 nvmem-cell-names = "eeprom", "mac-address";
16 ieee80211-freq-limit = <2400000 2500000>;
17
18 led {
19 led-sources = <0>;
20 led-active-low;
21 };
22 };
23 };
24
25 &pcie1 {
26 wifi@0,0 {
27 compatible = "mediatek,mt76";
28 reg = <0x0000 0 0 0 0>;
29 nvmem-cells = <&eeprom_factory_8000>, <&macaddr_bdinfo_de00 2>;
30 nvmem-cell-names = "eeprom", "mac-address";
31 ieee80211-freq-limit = <5000000 6000000>;
32 };
33 };