aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1021aqds.conf
blob: 24ee6df1c4f76e0cc0d7d3a15d4fd75ad9d8fd9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#@TYPE: Machine
#@NAME: Freescale LS1021AQDS board
#@SOC: ls102xa
#@DESCRIPTION: Machine configuration for running LS1021AQDS in 32-bit mode
#@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com>

require conf/machine/include/ls-base.inc
require conf/machine/include/tune-cortexa7.inc

SOC_FAMILY = "ls102xa"

UBOOT_CONFIG ??= "nor"
UBOOT_CONFIG[nor] = "ls1021aqds_nor_config"
UBOOT_CONFIG[qspi] = "ls1021aqds_qspi_config"
UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot_config"
UBOOT_CONFIG[lpuart] = "ls1021aqds_lpuart_config"

KERNEL_DEVICETREE = "ls1021a-qds.dtb"

SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0"
SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
USE_VT ?= "0"