ath79: prepare for 1-port TP-Link EAP2x5 devices
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9331_hak5_lan-turtle.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9331_hak5_lan-turtle.dtsi"
4
5 / {
6 model = "Hak5 LAN Turtle";
7 compatible = "hak5,lan-turtle", "qca,ar9331";
8
9 aliases {
10 led-boot = &led_system;
11 led-failsafe = &led_system;
12 led-upgrade = &led_system;
13 };
14
15 leds {
16 compatible = "gpio-leds";
17
18 pinctrl-names = "default";
19 pinctrl-0 = <&switch_led_disable_pins>;
20
21 led_system: system {
22 label = "orange:system";
23 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
24 };
25 };
26 };