aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/lib
diff options
context:
space:
mode:
authorDaniel Gonzalez Cabanelas <dgcbueu@gmail.com>2017-08-31 22:22:37 +0200
committerJonas Gorski <jonas.gorski@gmail.com>2017-12-16 12:57:05 +0100
commite12c72bb52ebcde361b5d8a9856bd771a7872b3d (patch)
tree4b0aafad234f30ac55ec23162aac1022ef0c2f23 /target/linux/brcm63xx/base-files/lib
parent085967f77414dcf8c232032c44ea5aa5cb80e240 (diff)
downloadupstream-e12c72bb52ebcde361b5d8a9856bd771a7872b3d.tar.gz
upstream-e12c72bb52ebcde361b5d8a9856bd771a7872b3d.tar.bz2
upstream-e12c72bb52ebcde361b5d8a9856bd771a7872b3d.zip
brcm63xx: Add Sercomm AD1018 support
Add support for the Sercomm AD1018 router This a BCM6328 based board, 128 MB RAM, 128 MiB NAND flash, with an onboard BCM43217 wifi, 4 ethernet ports and 1 USB host port (not soldered). The board also has an FXS chip (Si32177) connected via SPI (SS2#), without support in LEDE. Since NAND flash chips aren't still supported in brcm63xx, the support is for now added to work only with SPI flash chips. Therefore hardware modding, soldering a new SPI flash chip, is required to make the board work with LEDE (tested and working OK). The flash at dts is intentionally left without partitioning to let the user choose a NOR chip of any size (8, 16 or 32 MB). Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu@gmail.com> [jonas.gorski: renamed ad1018 to ad1018-nor to signify the modification] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/lib/brcm63xx.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
index 3f46633fad..82abd737ce 100755
--- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
+++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
@@ -228,6 +228,9 @@ brcm63xx_dt_detect() {
"Sagem F@ST2704V2")
board_name="fast2704v2"
;;
+ "Sercomm AD1018 (SPI flash mod)")
+ board_name="ad1018-nor"
+ ;;
"SFR Neuf Box 4"*)
board_name="neufbox4"
;;