1// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3#include "qcom-ipq4018-ap120c-ac.dtsi"
4
5/ {
6	leds {
7		compatible = "gpio-leds";
8
9		status: status {
10			label = "ap120c-ac:blue:status";
11			gpios = <&tlmm 5 GPIO_ACTIVE_LOW>;
12			default-state = "keep";
13		};
14
15		wlan2g {
16			label = "ap120c-ac:green:wlan2g";
17			gpios = <&tlmm 3 GPIO_ACTIVE_HIGH>;
18			linux,default-trigger = "phy0tpt";
19		};
20
21		wlan5g {
22			label = "ap120c-ac:red:wlan5g";
23			gpios = <&tlmm 2 GPIO_ACTIVE_HIGH>;
24			linux,default-trigger = "phy1tpt";
25		};
26	};
27};
28