mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
14 lines
346 B
Plaintext
14 lines
346 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: BeagleBoard X15
|
|
#@DESCRIPTION: Machine configuration for the BeagleBoard X15
|
|
|
|
require conf/machine/include/dra7xx.inc
|
|
|
|
KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-beagle-x15-revc.dtb"
|
|
|
|
MACHINE_GUI_CLASS = "bigscreen"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS2"
|
|
|
|
UBOOT_MACHINE = "am57xx_evm_config"
|