32 lines
539 B
Plaintext
32 lines
539 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: NetModule HW 24
|
|
#@DESCRIPTION: Machine configuration for the nrhw24 mainboard
|
|
|
|
require conf/machine/include/ti33x.inc
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
|
|
|
KERNEL_DEVICETREE_TO_USE = "${HW24_DT}"
|
|
|
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti33x"
|
|
UBOOT_MACHINE = "am335x_nrhw24_defconfig"
|
|
|
|
USE_VT = "0"
|
|
|
|
SERIAL_CONSOLES ?= "115200;ttyS1"
|
|
|
|
WWAN_NBR="1"
|
|
WWAN_VENDORS = "ublox"
|
|
|
|
MACHINE_FEATURES += " \
|
|
can \
|
|
wwan \
|
|
gnss \
|
|
bluetooth \
|
|
tibluetooth \
|
|
atsha \
|
|
wifi \
|
|
ti-wifi \
|
|
"
|
|
|