summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1021atwr.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/ls1021atwr.conf')
-rw-r--r--conf/machine/ls1021atwr.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf
new file mode 100644
index 00000000..4478e953
--- /dev/null
+++ b/conf/machine/ls1021atwr.conf
@@ -0,0 +1,26 @@
1#@TYPE: Machine
2#@NAME: Freescale LS1021ATWR board
3#@SOC: ls102xa
4#@DESCRIPTION: Machine configuration for running LS1021ATWR in 32-bit mode
5#@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com>
6
7require conf/machine/include/qoriq-arm.inc
8require conf/machine/include/tune-cortexa7.inc
9
10SOC_FAMILY = "ls102xa"
11
12UBOOT_CONFIG ??= "nor"
13UBOOT_CONFIG[nor] = "ls1021atwr_nor_config"
14UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard"
15UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config"
16UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config"
17UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config"
18
19QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
20
21KERNEL_DEVICETREE ?= "ls1021a-twr.dtb"
22
23SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0"
24SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
25USE_VT ?= "0"
26