Signed-off-by: Jun Zhu <[email protected]> --- conf/machine/imx7ulpevk.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 conf/machine/imx7ulpevk.conf
diff --git a/conf/machine/imx7ulpevk.conf b/conf/machine/imx7ulpevk.conf new file mode 100644 index 0000000..1a945e9 --- /dev/null +++ b/conf/machine/imx7ulpevk.conf @@ -0,0 +1,27 @@ +#@TYPE: Machine +#@NAME: NXP i.MX7ULP Evaluation Kit +#@SOC: i.MX7ULP +#@DESCRIPTION: Machine configuration for NXP i.MX7ULP EVK +#@MAINTAINER: Lauren Post <[email protected]> + +require conf/machine/include/imx-base.inc +require conf/machine/include/tune-cortexa7.inc + +MACHINE_FEATURES += " pci wifi bluetooth" + +MACHINEOVERRIDES =. "mx7:mx7ulp:" + +KERNEL_DEVICETREE = "imx7ulp-evk.dtb imx7ulp-evk-emmc.dtb imx7ulp-evk-emmc-qspi.dtb imx7ulp-evk-ft5416.dtb imx7ulp-evk-hdmi.dtb" +KERNEL_DEVICETREE += "imx7ulp-evk-lpuart.dtb imx7ulp-evk-qspi.dtb imx7ulp-evk-sd1.dtb imx7ulp-evk-sensors-to-i2c5.dtb" +KERNEL_DEVICETREE += "imx7ulp-evk-wm8960.dtb" + +UBOOT_CONFIG ??= "sd" +UBOOT_CONFIG[sd] = "mx7ulp_evk_config,sdcard" +UBOOT_CONFIG[emmc] = "mx7ulp_evk_emmc_config,sdcard" +UBOOT_CONFIG[mfgtool] = "mx7ulp_evk_config" + +# Install brcm firmware +MACHINE_FIRMWARE_append = " firmware-imx-brcm" + +# Set Serial console +SERIAL_CONSOLE = "115200 ttyLP0" -- 2.7.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
