summaryrefslogtreecommitdiffstats
path: root/conf/machine/nitrogen6x-lite.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/nitrogen6x-lite.conf')
-rw-r--r--conf/machine/nitrogen6x-lite.conf32
1 files changed, 32 insertions, 0 deletions
diff --git a/conf/machine/nitrogen6x-lite.conf b/conf/machine/nitrogen6x-lite.conf
new file mode 100644
index 0000000..de98f39
--- /dev/null
+++ b/conf/machine/nitrogen6x-lite.conf
@@ -0,0 +1,32 @@
1#@TYPE: Machine
2#@NAME: Boundary Devices Nitrogen6X Lite
3#@SOC: i.MX6 Solo
4#@DESCRIPTION: Machine configuration for Boundary Devices Nitrogen6X Lite
5#@MAINTAINER: Eric Nelson <eric.nelson@boundarydevices.com>
6
7include conf/machine/include/imx-base.inc
8include conf/machine/include/tune-cortexa9.inc
9
10SOC_FAMILY = "mx6:mx6dl"
11
12KERNEL_DEVICETREE = "imx6dl-nit6xlite.dtb"
13
14PREFERRED_PROVIDER_u-boot = "u-boot-boundary"
15PREFERRED_PROVIDER_virtual/kernel ?= "linux-boundary"
16PREFERRED_VERSION_linux-boundary ?= "3.10.17"
17
18# Use SPI NOR U-Boot by default
19IMAGE_BOOTLOADER ?= ""
20
21# Ensure boot scripts will be available at rootfs time
22do_rootfs[depends] += "u-boot-script-boundary:do_deploy"
23
24# Boot scripts to install
25BOOT_SCRIPTS = "6x_bootscript-${MACHINE}:6x_bootscript"
26
27UBOOT_MACHINE ?= "nit6xlite_config"
28
29SERIAL_CONSOLE = "115200 ttymxc1"
30
31MACHINE_EXTRA_RRECOMMENDS += " broadcom-nvram-config"
32MACHINE_FEATURES += " pci wifi bluetooth"