aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/ASL26555.dtsi
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-07-03 23:22:36 +0200
committerDaniel Golle <daniel@makrotopia.org>2019-07-10 17:36:29 +0200
commit3b0264eddbc94f43a015a965b9eb3e12cfce0655 (patch)
treedc30fa67ba4983dbb763ab9ce37689f64c637f59 /target/linux/ramips/dts/ASL26555.dtsi
parent6a104ac77206158c593cc7572c46eca6d3f4717f (diff)
downloadupstream-3b0264eddbc94f43a015a965b9eb3e12cfce0655.tar.gz
upstream-3b0264eddbc94f43a015a965b9eb3e12cfce0655.tar.bz2
upstream-3b0264eddbc94f43a015a965b9eb3e12cfce0655.zip
ramips/rt305x: Name DTS files based on scheme
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts/ASL26555.dtsi')
-rw-r--r--target/linux/ramips/dts/ASL26555.dtsi107
1 files changed, 0 insertions, 107 deletions
diff --git a/target/linux/ramips/dts/ASL26555.dtsi b/target/linux/ramips/dts/ASL26555.dtsi
deleted file mode 100644
index d1c21f8082..0000000000
--- a/target/linux/ramips/dts/ASL26555.dtsi
+++ /dev/null
@@ -1,107 +0,0 @@
-#include "rt3050.dtsi"
-
-#include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/input/input.h>
-
-/ {
- compatible = "alphanetworks,asl26555", "ralink,rt3050-soc";
-
- aliases {
- led-boot = &led_power_green;
- led-failsafe = &led_power_green;
- led-running = &led_power_green;
- led-upgrade = &led_power_green;
- };
-
- keys {
- compatible = "gpio-keys-polled";
- poll-interval = <20>;
-
- reset {
- label = "reset";
- gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
- linux,code = <KEY_RESTART>;
- };
-
- wps {
- label = "wps";
- gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
- linux,code = <KEY_WPS_BUTTON>;
- };
- };
-
- leds {
- compatible = "gpio-leds";
-
- eth {
- label = "asl26555:green:eth";
- gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
- };
-
- wan-red {
- label = "asl26555:red:wan";
- gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
- };
-
- wan-green {
- label = "asl26555:green:wan";
- gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
- };
-
- wlan {
- label = "asl26555:green:wlan";
- gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
- };
-
- led_power_green: power-green {
- label = "asl26555:green:power";
- gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
- };
-
- power-red {
- label = "asl26555:red:power";
- gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
- };
-
- 3g-green {
- label = "asl26555:green:3g";
- gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
- trigger-sources = <&otg_port1>;
- linux,default-trigger = "usbport";
- };
-
- 3g-red {
- label = "asl26555:red:3g";
- gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
- };
- };
-};
-
-&gpio0 {
- status = "okay";
-};
-
-&pinctrl {
- state_default: pinctrl0 {
- gpio {
- ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
- ralink,function = "gpio";
- };
- };
-};
-
-&ethernet {
- mtd-mac-address = <&devdata 0x4004>;
-};
-
-&esw {
- mediatek,portmap = <0x1e>;
-};
-
-&wmac {
- ralink,mtd-eeprom = <&devdata 0x4000>;
-};
-
-&otg {
- status = "okay";
-};