28 lines
616 B
Plaintext
28 lines
616 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: NRHW16 based routers like NB800
|
|
#@DESCRIPTION: Machine configuration for the NBHW16 based routers http://netmodule.com/en/products/iot-routers
|
|
|
|
require conf/machine/include/ti33x.inc
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
|
|
|
KERNEL_DEVICETREE_TO_USE = "${HW16_DT}"
|
|
|
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti33x"
|
|
UBOOT_MACHINE = "am335x_nbhw16_v2_defconfig"
|
|
|
|
USE_VT = "0"
|
|
|
|
SERIAL_CONSOLES ?= "115200;ttyS1"
|
|
|
|
MACHINE_FEATURES += " \
|
|
can \
|
|
bluetooth \
|
|
tibluetooth \
|
|
atsha \
|
|
am335x-wakeup-timer \
|
|
wifi \
|
|
ti-wifi \
|
|
ath-wifi \
|
|
"
|