aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/files-5.4/arch/mips/boot/dts/lantiq/vr9_tplink_vr200.dts
blob: 4ad7a484e6af86d2d24acdaede20030157690855 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#include "vr9_tplink_vr200.dtsi"

/ {
	compatible = "tplink,vr200", "lantiq,xway", "lantiq,vr9";
	model = "TP-LINK Archer VR200";

	chosen {
		bootargs = "console=ttyLTQ0,115200";
	};
};

&keys {
	led {
		label = "led";
		gpios = <&gpio 39 GPIO_ACTIVE_LOW>;
		linux,code = <KEY_LIGHTS_TOGGLE>;
	};
};

&leds {
	wps {
		label = "blue:wps";
		gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
	};
};