summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1021aiot.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/ls1021aiot.conf')
-rw-r--r--conf/machine/ls1021aiot.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/ls1021aiot.conf b/conf/machine/ls1021aiot.conf
new file mode 100644
index 0000000..511d5f3
--- /dev/null
+++ b/conf/machine/ls1021aiot.conf
@@ -0,0 +1,17 @@
1#@TYPE: Machine
2#@NAME: Freescale LS1021A-IoT board
3#@SOC: ls102xa
4#@DESCRIPTION: Machine configuration for running LS1021A-IoT in 32-bit mode
5
6require conf/machine/include/qoriq-arm.inc
7require conf/machine/include/tune-cortexa7.inc
8
9SOC_FAMILY = "ls102xa"
10
11QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
12
13KERNEL_DEVICETREE ?= "ls1021a-iot.dtb"
14
15SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0"
16SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
17USE_VT ?= "0"