diff options
| -rw-r--r-- | conf/machine/imx7ulpevk.conf | 27 | 
1 files changed, 27 insertions, 0 deletions
| diff --git a/conf/machine/imx7ulpevk.conf b/conf/machine/imx7ulpevk.conf new file mode 100644 index 000000000..1a945e930 --- /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 | |||
| 7 | require conf/machine/include/imx-base.inc | ||
| 8 | require conf/machine/include/tune-cortexa7.inc | ||
| 9 | |||
| 10 | MACHINE_FEATURES += " pci wifi bluetooth" | ||
| 11 | |||
| 12 | MACHINEOVERRIDES =. "mx7:mx7ulp:" | ||
| 13 | |||
| 14 | KERNEL_DEVICETREE = "imx7ulp-evk.dtb imx7ulp-evk-emmc.dtb imx7ulp-evk-emmc-qspi.dtb imx7ulp-evk-ft5416.dtb imx7ulp-evk-hdmi.dtb" | ||
| 15 | KERNEL_DEVICETREE += "imx7ulp-evk-lpuart.dtb imx7ulp-evk-qspi.dtb imx7ulp-evk-sd1.dtb imx7ulp-evk-sensors-to-i2c5.dtb" | ||
| 16 | KERNEL_DEVICETREE += "imx7ulp-evk-wm8960.dtb" | ||
| 17 | |||
| 18 | UBOOT_CONFIG ??= "sd" | ||
| 19 | UBOOT_CONFIG[sd] = "mx7ulp_evk_config,sdcard" | ||
| 20 | UBOOT_CONFIG[emmc] = "mx7ulp_evk_emmc_config,sdcard" | ||
| 21 | UBOOT_CONFIG[mfgtool] = "mx7ulp_evk_config" | ||
| 22 | |||
| 23 | # Install brcm firmware | ||
| 24 | MACHINE_FIRMWARE_append = " firmware-imx-brcm" | ||
| 25 | |||
| 26 | # Set Serial console | ||
| 27 | SERIAL_CONSOLE = "115200 ttyLP0" | ||
