lantiq: vr9: set the usb led trigger via devicetree
[openwrt/openwrt.git] / target / linux / lantiq / files / arch / mips / boot / dts / lantiq / vr9_tplink_vr200v.dts
1 #include "vr9_tplink_vr200.dtsi"
2
3 / {
4 compatible = "tplink,vr200v", "lantiq,xway", "lantiq,vr9";
5 model = "TP-LINK Archer VR200v";
6
7 chosen {
8 bootargs = "console=ttyLTQ0,115200 mem=126M vpe1_load_addr=0x87e00000 vpe1_mem=2M maxvpes=1 maxtcs=1 nosmp";
9 };
10 };
11
12 &keys {
13 dect_paging {
14 label = "dect_paging";
15 gpios = <&gpio 39 GPIO_ACTIVE_LOW>;
16 linux,code = <KEY_PHONE>;
17 };
18 };
19
20 &leds {
21 phone {
22 label = "blue:phone";
23 gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
24 };
25 };
26
27 &vmmc {
28 status = "okay";
29 gpios = <&gpio 30 GPIO_ACTIVE_HIGH //fxs relay
30 &gpio 31 GPIO_ACTIVE_HIGH //still unknown
31 &gpio 3 GPIO_ACTIVE_HIGH>; //reset_slic?
32 };