1// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3#include "qcom-ipq4018-ap120c-ac.dtsi"
4
5/ {
6	model = "ALFA Network AP120C-AC Bit";
7
8	leds {
9		compatible = "gpio-leds";
10
11		power {
12			label = "ap120c-ac:green:power";
13			gpios = <&tlmm 5 GPIO_ACTIVE_LOW>;
14			default-state = "on";
15		};
16
17		wlan {
18			label = "ap120c-ac:green:wlan";
19			gpios = <&tlmm 3 GPIO_ACTIVE_HIGH>;
20		};
21
22		support {
23			label = "ap120c-ac:green:support";
24			gpios = <&tlmm 2 GPIO_ACTIVE_HIGH>;
25			panic-indicator;
26		};
27	};
28};
29