ramips: drop AsiaRF AWM003 eval board

Everything is identical to the AWM002 8m eval board. No need to
duplicate it once more.

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin 2017-07-30 11:16:09 +02:00
parent 861b867d9c
commit b82ac84229
5 changed files with 1 additions and 77 deletions

View file

@ -153,7 +153,6 @@ ramips_setup_interfaces()
atp-52b|\
awm002-evb-4M|\
awm002-evb-8M|\
awm003-evb|\
c20i|\
dir-645|\
f5d8235-v2|\

View file

@ -76,9 +76,6 @@ ramips_board_detect() {
*"AWM002 EVB (8M)")
name="awm002-evb-8M"
;;
*"AWM003 EVB")
name="awm003-evb"
;;
*"BC2")
name="bc2"
;;

View file

@ -27,7 +27,6 @@ platform_check_image() {
awapn2403|\
awm002-evb-4M|\
awm002-evb-8M|\
awm003-evb|\
bc2|\
broadway|\
carambola|\

View file

@ -1,65 +0,0 @@
/dts-v1/;
#include "AWM002-8M.dtsi"
#include <dt-bindings/input/input.h>
/ {
compatible = "AWM003", "ralink,rt5350-soc";
model = "AsiaRF AWM003 EVB";
memory@0 {
device_type = "memory";
reg = <0x0 0x4000000>;
};
gpio-leds {
compatible = "gpio-leds";
tx {
label = "awm003-evb:green:tx";
gpios = <&gpio0 15 1>;
};
rx {
label = "awm003-evb:green:rx";
gpios = <&gpio0 16 1>;
};
wps {
label = "awm003-evb:green:wps";
gpios = <&gpio0 21 1>;
};
};
gpio-keys-polled {
compatible = "gpio-keys-polled";
#address-cells = <1>;
#size-cells = <0>;
poll-interval = <20>;
reset_wps {
label = "reset_wps";
gpios = <&gpio0 0 1>;
linux,code = <KEY_RESTART>;
};
mode {
label = "mode";
gpios = <&gpio0 20 1>;
linux,code = <BTN_0>;
};
};
};
&m25p80 {
compatible = "jedec,spi-nor";
};
&ethernet {
mtd-mac-address = <&factory 0x28>;
};
&wmac {
ralink,mtd-eeprom = <&factory 0>;
};

View file

@ -144,18 +144,12 @@ TARGET_DEVICES += awm002-evb-4M
define Device/awm002-evb-8M
DTS := AWM002-EVB-8M
DEVICE_TITLE := AsiaRF AWM002-EVB (8M)
DEVICE_TITLE := AsiaRF AWM002-EVB (8M)/AsiaRF AWM003 EVB
DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \
kmod-i2c-core kmod-i2c-gpio
endef
TARGET_DEVICES += awm002-evb-8M
define Device/awm003-evb
DTS := AWM003-EVB
DEVICE_TITLE := AsiaRF AWM003 EVB
endef
TARGET_DEVICES += awm003-evb
define Device/awapn2403
DTS := AWAPN2403
BLOCKSIZE := 4k