netmodule-wireless-linux/layers/meta-netmodule-legacy-bsp/conf/machine/netmodule-hw25.conf

19 lines
496 B
Plaintext

#@TYPE: Machine
#@NAME: NRHW25 based routers like TC-Router
#@DESCRIPTION: Machine configuration for the NBHW24 based routers http://netmodule.com/en/products/iot-routers
require conf/machine/include/ti33x.inc
NRHW = "25"
NM_MODELS ?= "660 670"
MAX_FS_SIZE = "279542"
KERNEL_DEVICETREE = "\
am335x-hw25-prod1.dtb \
"
# ext serial only on Sc models
EXT_SERIAL_CONSOLE ?= "115200;ttyS5"
DEBUG_SERIAL_CONSOLE ?= "115200;ttyS0"
SERIAL_CONSOLES = "${EXT_SERIAL_CONSOLE} ${DEBUG_SERIAL_CONSOLE}"