ramips: add asiarf awapn2403 support
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41177
This commit is contained in:
parent
4f03c52dd8
commit
6d213a644d
9 changed files with 104 additions and 8 deletions
|
@ -15,6 +15,9 @@ get_status_led() {
|
||||||
ar725w)
|
ar725w)
|
||||||
status_led="ar725w:green:power"
|
status_led="ar725w:green:power"
|
||||||
;;
|
;;
|
||||||
|
awapn2403)
|
||||||
|
status_led="asiarf:green:wps"
|
||||||
|
;;
|
||||||
argus-atp52b)
|
argus-atp52b)
|
||||||
status_led="argus-atp52b:green:run"
|
status_led="argus-atp52b:green:run"
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -64,6 +64,7 @@ case "$FIRMWARE" in
|
||||||
all5003 | \
|
all5003 | \
|
||||||
argus-atp52b | \
|
argus-atp52b | \
|
||||||
awm002-evb | \
|
awm002-evb | \
|
||||||
|
awapn2403 | \
|
||||||
bc2 | \
|
bc2 | \
|
||||||
br6425 | \
|
br6425 | \
|
||||||
br-6475nd | \
|
br-6475nd | \
|
||||||
|
|
|
@ -35,6 +35,9 @@ case $board in
|
||||||
ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "all0256n:green:rssihigh" "wlan0" "70" "100" "-69" "8"
|
ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "all0256n:green:rssihigh" "wlan0" "70" "100" "-69" "8"
|
||||||
set_wifi_led "rt2800pci-phy0::radio"
|
set_wifi_led "rt2800pci-phy0::radio"
|
||||||
;;
|
;;
|
||||||
|
awapn2403)
|
||||||
|
set_wifi_led "rt2800soc-phy0::radio"
|
||||||
|
;;
|
||||||
ar725w)
|
ar725w)
|
||||||
set_wifi_led "rt2800soc-phy0::radio"
|
set_wifi_led "rt2800soc-phy0::radio"
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -64,6 +64,13 @@ ramips_setup_interfaces()
|
||||||
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
awapn2403)
|
||||||
|
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
||||||
|
ucidef_add_switch "switch0" "1" "1"
|
||||||
|
ucidef_add_switch_vlan "switch0" "1" "0 6t"
|
||||||
|
ucidef_add_switch_vlan "switch0" "2" "1 6t"
|
||||||
|
;;
|
||||||
|
|
||||||
br-6475nd)
|
br-6475nd)
|
||||||
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
|
||||||
ucidef_add_switch "switch0" "1" "1"
|
ucidef_add_switch "switch0" "1" "1"
|
||||||
|
|
|
@ -55,6 +55,9 @@ ramips_board_detect() {
|
||||||
*"AsiaRF AWM002 EVB")
|
*"AsiaRF AWM002 EVB")
|
||||||
name="awm002-evb"
|
name="awm002-evb"
|
||||||
;;
|
;;
|
||||||
|
*"AsiaRF AWAPN2403")
|
||||||
|
name="awapn2403"
|
||||||
|
;;
|
||||||
*"BR6524N")
|
*"BR6524N")
|
||||||
name="br6524n"
|
name="br6524n"
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -26,6 +26,7 @@ platform_check_image() {
|
||||||
ar725w | \
|
ar725w | \
|
||||||
asl26555 | \
|
asl26555 | \
|
||||||
awm002-evb | \
|
awm002-evb | \
|
||||||
|
awapn2403 | \
|
||||||
bc2 | \
|
bc2 | \
|
||||||
broadway | \
|
broadway | \
|
||||||
carambola | \
|
carambola | \
|
||||||
|
|
78
target/linux/ramips/dts/AWAPN2403.dts
Normal file
78
target/linux/ramips/dts/AWAPN2403.dts
Normal file
|
@ -0,0 +1,78 @@
|
||||||
|
/dts-v1/;
|
||||||
|
|
||||||
|
/include/ "rt3050.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
compatible = "AWAPN2403", "ralink,rt3052-soc";
|
||||||
|
model = "AsiaRF AWAPN2403";
|
||||||
|
|
||||||
|
palmbus@10000000 {
|
||||||
|
spi@b00 {
|
||||||
|
status = "okay";
|
||||||
|
m25p80@0 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
compatible = "mx25l3205d";
|
||||||
|
reg = <0 0>;
|
||||||
|
linux,modalias = "m25p80", "mx25l3205d";
|
||||||
|
spi-max-frequency = <10000000>;
|
||||||
|
|
||||||
|
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 {
|
||||||
|
label = "firmware";
|
||||||
|
reg = <0x50000 0x3b0000>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
pinctrl {
|
||||||
|
state_default: pinctrl0 {
|
||||||
|
gpio {
|
||||||
|
ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
|
||||||
|
ralink,function = "gpio";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
esw@10110000 {
|
||||||
|
ralink,portmap = <0x3e>;
|
||||||
|
};
|
||||||
|
|
||||||
|
gpio-leds {
|
||||||
|
compatible = "gpio-leds";
|
||||||
|
link {
|
||||||
|
label = "asiarf:green:wps";
|
||||||
|
gpios = <&gpio0 14 1>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
gpio-keys-polled {
|
||||||
|
compatible = "gpio-keys-polled";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
poll-interval = <20>;
|
||||||
|
reset {
|
||||||
|
label = "reset";
|
||||||
|
gpios = <&gpio0 0 1>;
|
||||||
|
linux,code = <0x198>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
|
@ -348,6 +348,7 @@ endef
|
||||||
Image/Build/Profile/ASL26555=$(call BuildFirmware/ASL26555/$(1),$(1),asl26555,ASL26555)
|
Image/Build/Profile/ASL26555=$(call BuildFirmware/ASL26555/$(1),$(1),asl26555,ASL26555)
|
||||||
|
|
||||||
Image/Build/Profile/AWM002EVB=$(call BuildFirmware/DefaultDualSize/$(1),$(1),awm002-evb,AWM002-EVB)
|
Image/Build/Profile/AWM002EVB=$(call BuildFirmware/DefaultDualSize/$(1),$(1),awm002-evb,AWM002-EVB)
|
||||||
|
Image/Build/Profile/AWAPN2403=$(call BuildFirmware/Default4M/$(1),$(1),awmapn2403,AWAPN2403)
|
||||||
|
|
||||||
Image/Build/Profile/BC2=$(call BuildFirmware/Default8M/$(1),$(1),bc2,BC2)
|
Image/Build/Profile/BC2=$(call BuildFirmware/Default8M/$(1),$(1),bc2,BC2)
|
||||||
|
|
||||||
|
@ -562,6 +563,7 @@ define Image/Build/Profile/Default
|
||||||
$(call Image/Build/Profile/ARGUS_ATP52B,$(1))
|
$(call Image/Build/Profile/ARGUS_ATP52B,$(1))
|
||||||
$(call Image/Build/Profile/ASL26555,$(1))
|
$(call Image/Build/Profile/ASL26555,$(1))
|
||||||
$(call Image/Build/Profile/AWM002EVB,$(1))
|
$(call Image/Build/Profile/AWM002EVB,$(1))
|
||||||
|
$(call Image/Build/Profile/AWAPN2403,$(1))
|
||||||
$(call Image/Build/Profile/BC2,$(1))
|
$(call Image/Build/Profile/BC2,$(1))
|
||||||
$(call Image/Build/Profile/BROADWAY,$(1))
|
$(call Image/Build/Profile/BROADWAY,$(1))
|
||||||
$(call Image/Build/Profile/CARAMBOLA,$(1))
|
$(call Image/Build/Profile/CARAMBOLA,$(1))
|
||||||
|
|
|
@ -1,18 +1,16 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2012 OpenWrt.org
|
# Copyright (C) 2014 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
define Profile/AWM002EVB
|
define Profile/AWAPN2403
|
||||||
NAME:=AsiaRF AWM002-EVB
|
NAME:=AisaRF AWAPN2403
|
||||||
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
|
|
||||||
kmod-i2c-core kmod-i2c-gpio
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/AWM002EVB/Description
|
define Profile/AWAPN2403/Description
|
||||||
Package set for AsiaRF AWM002 Evaluation Board
|
Package set for Allnet ALL0239-3G
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call Profile,AWM002EVB))
|
$(eval $(call Profile,AWAPN2403))
|
||||||
|
|
Loading…
Reference in a new issue