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