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