ramips: Add support for Cudy WR1300 v3
[openwrt/openwrt.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 mediatek,mtd-eeprom = <&factory 0x0000>;
15 nvmem-cells = <&macaddr_bdinfo_de00>;
16 nvmem-cell-names = "mac-address";
17 ieee80211-freq-limit = <2400000 2500000>;
18
19 led {
20 led-sources = <0>;
21 led-active-low;
22 };
23 };
24 };
25
26 &pcie1 {
27 wifi@0,0 {
28 compatible = "mediatek,mt76";
29 reg = <0x0000 0 0 0 0>;
30 mediatek,mtd-eeprom = <&factory 0x8000>;
31 nvmem-cells = <&macaddr_bdinfo_de00>;
32 nvmem-cell-names = "mac-address";
33 mac-address-increment = <2>;
34 ieee80211-freq-limit = <5000000 6000000>;
35 };
36 };