summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx7ulpevk.conf
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2017-10-10 01:52:24 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-11 10:28:01 -0300
commitc4101a69b99d24c3100b76ae9d7f291fd5fc6757 (patch)
treefc70c5ee92c0fc2eb99de54f9224b78827216881 /conf/machine/imx7ulpevk.conf
parent77aba4e0d8584409fd736abd7521c7afb758e59f (diff)
downloadmeta-freescale-c4101a69b99d24c3100b76ae9d7f291fd5fc6757.tar.gz
imx7ulpevk.conf: Create i.MX 7ULP EVK machine configure file
Signed-off-by: Jun Zhu <junzhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx7ulpevk.conf')
-rw-r--r--conf/machine/imx7ulpevk.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/conf/machine/imx7ulpevk.conf b/conf/machine/imx7ulpevk.conf
new file mode 100644
index 00000000..1a945e93
--- /dev/null
+++ b/conf/machine/imx7ulpevk.conf
@@ -0,0 +1,27 @@
1#@TYPE: Machine
2#@NAME: NXP i.MX7ULP Evaluation Kit
3#@SOC: i.MX7ULP
4#@DESCRIPTION: Machine configuration for NXP i.MX7ULP EVK
5#@MAINTAINER: Lauren Post <Lauren.Post@nxp.com>
6
7require conf/machine/include/imx-base.inc
8require conf/machine/include/tune-cortexa7.inc
9
10MACHINE_FEATURES += " pci wifi bluetooth"
11
12MACHINEOVERRIDES =. "mx7:mx7ulp:"
13
14KERNEL_DEVICETREE = "imx7ulp-evk.dtb imx7ulp-evk-emmc.dtb imx7ulp-evk-emmc-qspi.dtb imx7ulp-evk-ft5416.dtb imx7ulp-evk-hdmi.dtb"
15KERNEL_DEVICETREE += "imx7ulp-evk-lpuart.dtb imx7ulp-evk-qspi.dtb imx7ulp-evk-sd1.dtb imx7ulp-evk-sensors-to-i2c5.dtb"
16KERNEL_DEVICETREE += "imx7ulp-evk-wm8960.dtb"
17
18UBOOT_CONFIG ??= "sd"
19UBOOT_CONFIG[sd] = "mx7ulp_evk_config,sdcard"
20UBOOT_CONFIG[emmc] = "mx7ulp_evk_emmc_config,sdcard"
21UBOOT_CONFIG[mfgtool] = "mx7ulp_evk_config"
22
23# Install brcm firmware
24MACHINE_FIRMWARE_append = " firmware-imx-brcm"
25
26# Set Serial console
27SERIAL_CONSOLE = "115200 ttyLP0"