openwrt/target/linux/ramips/dts/mt7620n_ravpower_rp-wd03.dts
Adrian Schmutzler a37763222f ramips: create common DTSI for Sunvalley Filehub devices
HooToo HT-TM05 and RAVPower RP-WD03 have almost identical hardware
(except for RAM size) and are from the same vendor (SunValley).

Create a common DTSI file for them.

Suggested-by: Russell Morris <rmorris@rkmorris.us>
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:06:58 +00:00

30 lines
530 B
Plaintext

/dts-v1/;
#include "mt7620n_sunvalley_filehub.dtsi"
/ {
compatible = "ravpower,rp-wd03", "ralink,mt7620n-soc";
model = "RAVPower RP-WD03";
aliases {
led-boot = &led_wifi_blue;
led-failsafe = &led_wifi_blue;
led-running = &led_wifi_blue;
led-upgrade = &led_wifi_blue;
};
leds {
compatible = "gpio-leds";
wifi_green {
label = "rp-wd03:green:wifi";
gpios = <&gpio2 0 GPIO_ACTIVE_HIGH>;
};
led_wifi_blue: wifi_blue {
label = "rp-wd03:blue:wifi";
gpios = <&gpio3 0 GPIO_ACTIVE_HIGH>;
};
};
};