27 lines
669 B
Plaintext
27 lines
669 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: NRHW18 based routers like NB1800
|
|
#@DESCRIPTION: Machine configuration for the NBHW18 based routers http://netmodule.com/en/products/iot-routers
|
|
|
|
require include/armada.inc
|
|
|
|
NRHW = "18"
|
|
NM_MODELS = "1800 1810"
|
|
MAX_FS_SIZE = "279542"
|
|
|
|
UBOOT_MACHINE = "armada-385-hw18_defconfig"
|
|
|
|
# U-Boot reads actual DTB file name from board descriptor, see:
|
|
# printenv fdt_image
|
|
KERNEL_DEVICETREE = " \
|
|
armada-385-nbhw18-recovery.dtb \
|
|
armada-385-nbhw18-prod1.dtb \
|
|
"
|
|
|
|
DEBUG_SERIAL_CONSOLE ?= "115200;ttyS0"
|
|
EXT_SERIAL_CONSOLE ?= "115200;ttyS1"
|
|
SERIAL_CONSOLES = "${EXT_SERIAL_CONSOLE} ${DEBUG_SERIAL_CONSOLE}"
|
|
|
|
MACHINE_FEATURES += " \
|
|
fpga \
|
|
"
|