aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/files-4.14/arch/mips/boot/dts/VR200v.dts
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-11-25 19:35:16 +0100
committerMathias Kresin <dev@kresin.me>2019-07-04 08:29:13 +0200
commiteee1b34ce688efcb824ea9ce08edfce7ec507599 (patch)
treec26d7c8491852b20a4cb179ad42752624860c896 /target/linux/lantiq/files-4.14/arch/mips/boot/dts/VR200v.dts
parentbf21b6e44d0dd90846582249cc26230f249e6a63 (diff)
downloadupstream-eee1b34ce688efcb824ea9ce08edfce7ec507599.tar.gz
upstream-eee1b34ce688efcb824ea9ce08edfce7ec507599.tar.bz2
upstream-eee1b34ce688efcb824ea9ce08edfce7ec507599.zip
lantiq: copy target to kernel 4.19
This just copies the files from the kernel 4.14 specific folders into the kernel 4.19 specific folder, no changes are done to the files in this commit. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/lantiq/files-4.14/arch/mips/boot/dts/VR200v.dts')
-rw-r--r--target/linux/lantiq/files-4.14/arch/mips/boot/dts/VR200v.dts101
1 files changed, 0 insertions, 101 deletions
diff --git a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/VR200v.dts b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/VR200v.dts
deleted file mode 100644
index dc65dbfc36..0000000000
--- a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/VR200v.dts
+++ /dev/null
@@ -1,101 +0,0 @@
-/dts-v1/;
-
-#include "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";
- };
-
- aliases {
- led-boot = &power;
- led-failsafe = &power;
- led-running = &power;
- led-upgrade = &power;
-
- led-dsl = &dsl;
- led-internet = &internet;
- led-wifi = &wlan5g;
-
- led-usb = &led_usb;
- led-usb2 = &led_usb;
- };
-
- gpio-keys-polled {
- compatible = "gpio-keys-polled";
- #address-cells = <1>;
- #size-cells = <0>;
- poll-interval = <100>;
- reset {
- label = "reset";
- gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_RESTART>;
- };
-
- wifi {
- label = "wifi";
- gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
- linux,code = <KEY_RFKILL>;
- linux,input-type = <EV_SW>;
- };
-
- wps {
- label = "wps";
- gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_WPS_BUTTON>;
- };
-
- dect_paging {
- label = "dect_paging";
- gpios = <&gpio 39 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_PHONE>;
- };
- };
-
- gpio-leds {
- compatible = "gpio-leds";
- power: power {
- label = "vr200v:blue:power";
- gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
- default-state = "keep";
- };
- dsl: dsl {
- label = "vr200v:blue:dsl";
- gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
- };
- internet: internet {
- label = "vr200v:blue:internet";
- gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
- };
- led_usb: usb {
- label = "vr200v:blue:usb";
- gpios = <&gpio 25 GPIO_ACTIVE_LOW>;
- };
- eth {
- label = "vr200v:blue:lan";
- gpios = <&gpio 40 GPIO_ACTIVE_LOW>;
- };
- wlan {
- label = "vr200v:blue:wlan";
- gpios = <&gpio 24 GPIO_ACTIVE_LOW>;
- };
- wlan5g: wifi {
- label = "vr200v:blue:wlan5g";
- gpios = <&gpio 20 GPIO_ACTIVE_LOW>;
- };
- phone {
- label = "vr200v: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?
-};