aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/files-5.4/arch/mips/boot/dts/lantiq/vr9_tplink_vr200v.dts
blob: 110e91a7b9018fcd7d8f91107fdf8d208890e617 (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
26
27
28
29
30
31
32
#include "vr9_tplink_vr200.dtsi"

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

	chosen {
		bootargs = "console=ttyLTQ0,115200 mem=126M vpe1_load_addr=0x87e00000 vpe1_mem=2M maxvpes=1 maxtcs=1 nosmp";
	};
};

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

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

&vmmc {
	status = "okay";
	gpios = <&gpio 30 GPIO_ACTIVE_HIGH  //fxs relay
			 &gpio 31 GPIO_ACTIVE_HIGH  //still unknown
			 &gpio 3  GPIO_ACTIVE_HIGH>; //reset_slic?
};