diff options
Diffstat (limited to 'conf/machine/imx6qdlsabresd.conf')
| -rw-r--r-- | conf/machine/imx6qdlsabresd.conf | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf new file mode 100644 index 000000000..92c92884e --- /dev/null +++ b/conf/machine/imx6qdlsabresd.conf | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: NXP i.MX6QP/Q/DL SABRE Smart Device | ||
| 3 | #@SOC: i.MX6QP/Q/DL | ||
| 4 | #@DESCRIPTION: Machine configuration for NXP i.MX6QP/Q/DL SABRE Smart Device | ||
| 5 | #@MAINTAINER: Otavio Salvador <otavio@ossystems.com.br> | ||
| 6 | # | ||
| 7 | # This machine replaces the following machines: | ||
| 8 | # * imx6qpsabresd | ||
| 9 | # * imx6qsabresd | ||
| 10 | # * imx6dlsabresd | ||
| 11 | # * imx6solosabresd | ||
| 12 | # and is able to work for all the machines. | ||
| 13 | |||
| 14 | MACHINEOVERRIDES =. "mx6:mx6q:mx6dl:" | ||
| 15 | |||
| 16 | require conf/machine/include/imx-base.inc | ||
| 17 | require conf/machine/include/tune-cortexa9.inc | ||
| 18 | |||
| 19 | KERNEL_DEVICETREE = " \ | ||
| 20 | imx6qp-sabresd.dtb imx6qp-sabresd-btwifi.dtb imx6qp-sabresd-hdcp.dtb \ | ||
| 21 | imx6qp-sabresd-ldo.dtb imx6qp-sabresd-ldo-pcie-cert.dtb \ | ||
| 22 | \ | ||
| 23 | imx6q-sabresd.dtb imx6q-sabresd-ldo.dtb imx6q-sabresd-hdcp.dtb \ | ||
| 24 | imx6q-sabresd-enetirq.dtb imx6q-sabresd-btwifi.dtb \ | ||
| 25 | \ | ||
| 26 | imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb imx6dl-sabresd-hdcp.dtb \ | ||
| 27 | imx6dl-sabresd-enetirq.dtb imx6dl-sabresd-btwifi.dtb \ | ||
| 28 | " | ||
| 29 | |||
| 30 | UBOOT_MACHINE ?= "mx6sabresd_defconfig" | ||
| 31 | UBOOT_MAKE_TARGET = "all" | ||
| 32 | UBOOT_SUFFIX = "img" | ||
| 33 | SPL_BINARY = "SPL" | ||
| 34 | |||
| 35 | SERIAL_CONSOLE = "115200 ttymxc0" | ||
| 36 | |||
| 37 | MACHINE_FIRMWARE_append_mx6 = " linux-firmware-ath6k" | ||
| 38 | |||
| 39 | MACHINE_FEATURES += " pci wifi bluetooth" | ||
