#@TYPE: Machine #@NAME: NRHW18 based routers like NB1800 #@DESCRIPTION: Machine configuration for the NBHW18 based routers http://netmodule.com/en/products/iot-routers require conf/machine/include/armada.inc NRHW = "18" NM_MODELS = "1800 1810" MAX_FS_SIZE = "279542" # 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}"