summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"