26 lines
595 B
Plaintext
26 lines
595 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: NRHW18 based routers like NB1800
|
|
#@DESCRIPTION: Machine configuration for the NRHW18 based routers
|
|
|
|
require conf/machine/include/armada.inc
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS1"
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
|
|
|
KERNEL_DEVICETREE_TO_USE = "${HW18_DT}"
|
|
|
|
KERNEL_MODULE_PROBECONF += "ath10k_pci"
|
|
module_conf_ath10k_pci = "options ath10k_pci irq_mode=1"
|
|
|
|
UBOOT_MACHINE = "armada-385-hw18_defconfig"
|
|
IMAGE_BOOT_FILES = "u-boot-armada-385-hw18.kwb"
|
|
|
|
DEFAULT_ETH = "eth2"
|
|
|
|
MACHINE_FEATURES += " \
|
|
fpga \
|
|
atsha \
|
|
wifi \
|
|
ath-wifi \
|
|
"
|