lantiq: fix dts error in LED color/function conversion
[openwrt/staging/jow.git] / target / linux / lantiq / files / arch / mips / boot / dts / lantiq / vr9_tplink_vr200.dts
1 #include <dt-bindings/leds/common.h>
2
3 #include "vr9_tplink_vr200.dtsi"
4
5 / {
6 compatible = "tplink,vr200", "lantiq,xway", "lantiq,vr9";
7 model = "TP-LINK Archer VR200";
8
9 chosen {
10 bootargs = "console=ttyLTQ0,115200";
11 };
12 };
13
14 &keys {
15 led {
16 label = "led";
17 gpios = <&gpio 39 GPIO_ACTIVE_LOW>;
18 linux,code = <KEY_LIGHTS_TOGGLE>;
19 };
20 };
21
22 &leds {
23 wps {
24 function = LED_FUNCTION_WPS;
25 color = <LED_COLOR_ID_BLUE>;
26 gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
27 };
28 };