aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7620n_ravpower_wd03.dts
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-09-11 17:09:44 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-09-11 19:18:54 +0200
commita4e5b8897a922802acf3587d401627fd6f2c0c27 (patch)
tree0d3e6d4c7a2f863d91c65ec17a9a1784898d2966 /target/linux/ramips/dts/mt7620n_ravpower_wd03.dts
parent14024f6e0fe883ae413b87391121bb6e221c9312 (diff)
downloadupstream-a4e5b8897a922802acf3587d401627fd6f2c0c27.tar.gz
upstream-a4e5b8897a922802acf3587d401627fd6f2c0c27.tar.bz2
upstream-a4e5b8897a922802acf3587d401627fd6f2c0c27.zip
ramips: use proper name for RAVPower RP-WD03
The proper model name is RP-WD03 (i.e. with the RP- prefix). Adjust all names to that. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts/mt7620n_ravpower_wd03.dts')
-rw-r--r--target/linux/ramips/dts/mt7620n_ravpower_wd03.dts114
1 files changed, 0 insertions, 114 deletions
diff --git a/target/linux/ramips/dts/mt7620n_ravpower_wd03.dts b/target/linux/ramips/dts/mt7620n_ravpower_wd03.dts
deleted file mode 100644
index f67f186be1..0000000000
--- a/target/linux/ramips/dts/mt7620n_ravpower_wd03.dts
+++ /dev/null
@@ -1,114 +0,0 @@
-/dts-v1/;
-
-#include "mt7620n.dtsi"
-
-#include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/input/input.h>
-
-/ {
- compatible = "ravpower,wd03", "ralink,mt7620n-soc";
- model = "Ravpower WD03";
-
- chosen {
- bootargs = "console=ttyS0,115200";
- };
-
- leds {
- compatible = "gpio-leds";
-
- green-wifi {
- label = "wd03:green:wifi";
- gpios = <&gpio2 0 GPIO_ACTIVE_HIGH>;
- };
-
- blue-wifi {
- label = "wd03:blue:wifi";
- gpios = <&gpio3 0 GPIO_ACTIVE_HIGH>;
- };
- };
-
- keys {
- compatible = "gpio-keys";
-
- reset {
- label = "reset";
- gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_RESTART>;
- };
- };
-};
-
-&gpio2 {
- status = "okay";
-};
-
-&gpio3 {
- status = "okay";
-};
-
-&i2c {
- status = "okay";
-};
-
-&spi0 {
- status = "okay";
-
- flash@0 {
- compatible = "jedec,spi-nor";
- reg = <0>;
- spi-max-frequency = <10000000>;
-
- partitions {
- compatible = "fixed-partitions";
- #address-cells = <1>;
- #size-cells = <1>;
-
- partition@0 {
- label = "u-boot";
- reg = <0x0 0x30000>;
- read-only;
- };
-
- partition@30000 {
- label = "u-boot-env";
- reg = <0x30000 0x10000>;
- read-only;
- };
-
- factory: partition@40000 {
- label = "factory";
- reg = <0x40000 0x10000>;
- read-only;
- };
-
- partition@50000 {
- compatible = "denx,uimage";
- label = "firmware";
- reg = <0x50000 0x7b0000>;
- };
- };
- };
-};
-
-&ehci {
- status = "okay";
-};
-
-&ohci {
- status = "okay";
-};
-
-&ethernet {
- mtd-mac-address = <&factory 0x4000>;
-};
-
-&wmac {
- ralink,mtd-eeprom = <&factory 0x0>;
-};
-
-&state_default {
- gpio {
- groups = "wled", "ephy";
- function = "gpio";
- };
-};