diff options
| -rw-r--r-- | conf/machine/imx7dsabresd.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/machine/imx7dsabresd.conf b/conf/machine/imx7dsabresd.conf new file mode 100644 index 000000000..1a8f27ba6 --- /dev/null +++ b/conf/machine/imx7dsabresd.conf | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Freescale i.MX7D SABRE Smart Device | ||
| 3 | #@SOC: i.MX7D | ||
| 4 | #@DESCRIPTION: Machine configuration for Freescale i.MX7D SABRE Smart Device | ||
| 5 | #@MAINTAINER: Lauren Post <Lauren.Post@freescale.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 | SOC_FAMILY = "mx7:mx7d" | ||
| 13 | |||
| 14 | KERNEL_DEVICETREE = "imx7d-sdb.dtb imx7d-sdb-enet.dtb imx7d-sdb-epdc.dtb \ | ||
| 15 | imx7d-sdb-gpmi-weim.dtb imx7d-sdb-hdmi-audio.dtb imx7d-sdb-m4.dtb \ | ||
| 16 | imx7d-sdb-qspi.dtb imx7d-sdb-wm8960.dtb" | ||
| 17 | |||
| 18 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" | ||
| 19 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" | ||
| 20 | |||
| 21 | UBOOT_CONFIG ??= "sd" | ||
| 22 | UBOOT_CONFIG[sd] = "mx7dsabresd_config,sdcard" | ||
| 23 | UBOOT_CONFIG[qspi1] = "mx7dsabresd_qspi1_config" | ||
| 24 | UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs" | ||
| 25 | UBOOT_CONFIG[mfgtool] = "mx7dsabresd_config_config" | ||
