aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/Y1S.dts
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-07-03 23:22:25 +0200
committerDaniel Golle <daniel@makrotopia.org>2019-07-10 17:36:29 +0200
commit48047b3a5c6aa9fff89a7a9c7ec76d8335b1a8e7 (patch)
tree6f48a2118b5ab45dcb88ab7dab0b18a6feccb619 /target/linux/ramips/dts/Y1S.dts
parent402138d12dca1a24d2837145c8d31c9d35769b9d (diff)
downloadupstream-48047b3a5c6aa9fff89a7a9c7ec76d8335b1a8e7.tar.gz
upstream-48047b3a5c6aa9fff89a7a9c7ec76d8335b1a8e7.tar.bz2
upstream-48047b3a5c6aa9fff89a7a9c7ec76d8335b1a8e7.zip
ramips/mt7620: Name DTS files based on scheme
As introduced with ath79, DTS files for ramips will now be labelled soc_vendor_device.dts(i). With this change, DTS files can be selected automatically without further manual links. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts/Y1S.dts')
-rw-r--r--target/linux/ramips/dts/Y1S.dts115
1 files changed, 0 insertions, 115 deletions
diff --git a/target/linux/ramips/dts/Y1S.dts b/target/linux/ramips/dts/Y1S.dts
deleted file mode 100644
index 6cdf0b5cdc..0000000000
--- a/target/linux/ramips/dts/Y1S.dts
+++ /dev/null
@@ -1,115 +0,0 @@
-/dts-v1/;
-
-#include "Y1.dtsi"
-
-/ {
- compatible = "lenovo,newifi-y1s", "lenovo,newifi-y1", "ralink,mt7620a-soc";
- model = "Lenovo Y1S";
-
- aliases {
- led-boot = &led_power_blue;
- led-failsafe = &led_power_blue;
- led-running = &led_power_blue;
- led-upgrade = &led_power_blue;
- };
-
- gpio_export {
- compatible = "gpio-export";
- #size-cells = <0>;
-
- usb0 {
- gpio-export,name = "usb0";
- gpio-export,output = <1>;
- gpios = <&gpio2 14 GPIO_ACTIVE_HIGH>;
- };
- usb1 {
- gpio-export,name = "usb1";
- gpio-export,output = <1>;
- gpios = <&gpio2 15 GPIO_ACTIVE_HIGH>;
- };
- usb2 {
- gpio-export,name = "usb2";
- gpio-export,output = <1>;
- gpios = <&gpio2 16 GPIO_ACTIVE_HIGH>;
- };
- };
-
- leds {
- compatible = "gpio-leds";
-
- power1 {
- label = "y1s:yellow:power";
- gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
- };
-
- led_power_blue: power2 {
- label = "y1s:blue:power";
- gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
- };
-
- wlan1 {
- label = "y1s:yellow:wifi";
- gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
- };
-
- wlan2 {
- label = "y1s:blue:wifi";
- gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
- };
-
- usb1 {
- label = "y1s:yellow:usb";
- gpios = <&gpio2 13 GPIO_ACTIVE_LOW>;
- };
-
- usb2 {
- label = "y1s:blue:usb";
- gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
- trigger-sources = <&ohci_port1>, <&ehci_port1>;
- linux,default-trigger = "usbport";
- };
-
- internet {
- label = "y1s:blue:internet";
- gpios = <&gpio2 11 GPIO_ACTIVE_LOW>;
- };
- };
-};
-
-&ethernet {
- status = "okay";
- mtd-mac-address = <&factory 0x4>;
- pinctrl-names = "default";
- pinctrl-0 = <&rgmii1_pins &rgmii2_pins &mdio_pins>;
- mediatek,portmap = "wllll";
-
- port@4 {
- status = "okay";
- phy-handle = <&phy4>;
- phy-mode = "rgmii";
- };
-
- port@5 {
- status = "okay";
- phy-handle = <&phy5>;
- phy-mode = "rgmii";
- };
-
- mdio-bus {
- status = "okay";
-
- phy4: ethernet-phy@4 {
- reg = <4>;
- phy-mode = "rgmii";
- };
-
- phy5: ethernet-phy@5 {
- reg = <5>;
- phy-mode = "rgmii";
- };
- };
-};
-
-&gsw {
- mediatek,port4 = "gmac";
-};