Merge commit '81fd23e2b3ccf71c807e671444e8accaba98ca53' of https://git.pengutronix...
[linux-2.6-microblaze.git] / arch / arm / boot / dts / qcom-ipq4018-ap120c-ac-bit.dts
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 };