ipq806x: fix pci broken on bootm command
[openwrt/openwrt.git] / target / linux / lantiq / files-5.4 / 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 label = "blue:wps";
23 gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
24 };
25 };