diff options
author | Michael Gray <michael.gray@lantisproject.com> | 2018-05-13 23:29:30 +1000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-14 17:20:10 +0200 |
commit | bfbdeeb3de3da31f7e5f9bd429e079c2d839644a (patch) | |
tree | 4ce9728ecd6879d2215a9151eb700cde9c2e9273 /target/linux/mvebu/base-files/etc/board.d | |
parent | e1a9485b0e23115787a8488c5988b2411e318519 (diff) | |
download | upstream-bfbdeeb3de3da31f7e5f9bd429e079c2d839644a.tar.gz upstream-bfbdeeb3de3da31f7e5f9bd429e079c2d839644a.tar.bz2 upstream-bfbdeeb3de3da31f7e5f9bd429e079c2d839644a.zip |
mvebu: add support for WRT32X (venom)
Linksys WRT32X (Venom) is identical in hardware to the WRT3200ACM
with a different flash layout and boots zImage rather than uImage.
Specification:
- Marvell Armada 385 88F6820 (2x 1.8GHz)
- 256MB of Flash
- 512MB of RAM
- 2.4GHz (bgn) and 5GHz (an+ac wave 2)
- 4x 1Gbps LAN + 1x 1Gbps WAN
- 1x USB 3.0 and 1x USB 2.0/eSATA (combo port)
Flash instruction:
Apply factory image via web-gui.
Signed-off-by: Michael Gray <michael.gray@lantisproject.com>
Diffstat (limited to 'target/linux/mvebu/base-files/etc/board.d')
-rwxr-xr-x | target/linux/mvebu/base-files/etc/board.d/01_leds | 6 | ||||
-rwxr-xr-x | target/linux/mvebu/base-files/etc/board.d/02_network | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/mvebu/base-files/etc/board.d/01_leds b/target/linux/mvebu/base-files/etc/board.d/01_leds index 84519907af..ff8d4a21c0 100755 --- a/target/linux/mvebu/base-files/etc/board.d/01_leds +++ b/target/linux/mvebu/base-files/etc/board.d/01_leds @@ -35,6 +35,12 @@ armada-385-linksys-shelby) ucidef_set_led_usbport "usb2" "USB 2" "pca963x:shelby:white:usb3_1" "usb2-port1" "usb3-port1" ucidef_set_led_usbport "usb2_ss" "USB 2 SS" "pca963x:shelby:white:usb3_2" "usb3-port1" ;; +armada-385-linksys-venom) + ucidef_set_led_netdev "wan" "WAN" "pca963x:venom:blue:wan" "eth1" + ucidef_set_led_usbport "usb1" "USB 1" "pca963x:venom:blue:usb2" "usb1-port1" + ucidef_set_led_usbport "usb2" "USB 2" "pca963x:venom:blue:usb3_1" "usb2-port1" "usb3-port1" + ucidef_set_led_usbport "usb2_ss" "USB 2 SS" "pca963x:venom:blue:usb3_2" "usb3-port1" + ;; armada-xp-linksys-mamba) ucidef_set_led_netdev "wan" "WAN" "mamba:white:wan" "eth1" ucidef_set_led_usbport "usb1" "USB 1" "mamba:white:usb2" "usb1-port1" diff --git a/target/linux/mvebu/base-files/etc/board.d/02_network b/target/linux/mvebu/base-files/etc/board.d/02_network index 8e57e8e1ce..66d35dda70 100755 --- a/target/linux/mvebu/base-files/etc/board.d/02_network +++ b/target/linux/mvebu/base-files/etc/board.d/02_network @@ -18,6 +18,7 @@ armada-385-linksys-caiman|\ armada-385-linksys-cobra|\ armada-385-linksys-rango|\ armada-385-linksys-shelby|\ +armada-385-linksys-venom|\ armada-xp-linksys-mamba) ucidef_set_interfaces_lan_wan "eth0.1" "eth1.2" ucidef_add_switch "switch0" \ |