ath79: add support for the Belkin F9K1115 v2 (AC1750 DB Wi-Fi)
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9344_tplink_cpe610-v2.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9344_tplink_cpe.dtsi"
4
5 / {
6 model = "TP-Link CPE610 v2";
7 compatible = "tplink,cpe610-v2", "qca,ar9344";
8
9 aliases {
10 led-boot = &led_lan;
11 led-failsafe = &led_lan;
12 led-upgrade = &led_lan;
13 };
14
15 leds {
16 compatible = "gpio-leds";
17
18 led_lan: lan {
19 label = "green:lan";
20 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
21 };
22
23 wlan5g {
24 label = "green:wlan5g";
25 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
26 linux,default-trigger = "phy0tpt";
27 };
28 };
29 };
30
31 &eth1 {
32 compatible = "syscon", "simple-mfd";
33 };