ath79: etactica-eg200: fix restore button
[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_cpexxx.dtsi"
5
6 / {
7 model = "TP-Link CPE610 v1";
8 compatible = "tplink,cpe610-v1", "qca,ar9344";
9
10 aliases {
11 led-boot = &system;
12 led-failsafe = &system;
13 led-upgrade = &system;
14 };
15
16 leds {
17 compatible = "gpio-leds";
18
19 system: 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 &eth0 {
33 status = "okay";
34
35 mtd-mac-address = <&info 0x08>;
36
37 phy-mode = "mii";
38 phy-handle = <&swphy4>;
39 };
40
41 &eth1 {
42 status = "okay";
43 compatible = "syscon", "simple-mfd";
44 };