#@TYPE: Machine #@NAME: ConnectCore 8M Nano Development Kit. #@DESCRIPTION: Machine configuration for Digi's ConnectCore 8M Nano DVK. # Include the machine configuration for Digi's ConnectCore 8M Nano module. include conf/machine/include/ccimx8mn.inc # U-Boot configurations # Last one is the default (the one the symlinks point at) UBOOT_CONFIG ??= "ccimx8mn_dvk" UBOOT_CONFIG[ccimx8mn_dvk] = "ccimx8mn_dvk_defconfig,,u-boot-dtb.${UBOOT_SUFFIX}" SPL_BINARY = "spl/u-boot-spl.bin" # Set u-boot DTB UBOOT_DTB_NAME = "ccimx8mn-dvk.dtb" KERNEL_DEVICETREE ?= " \ digi/ccimx8mn_ov_bt.dtbo \ digi/ccimx8mn_ov_v1.dtbo \ digi/ccimx8mn_ov_wifi.dtbo \ digi/ccimx8mn-dvk.dtb \ digi/ccimx8mn-dvk_ov_lvds.dtbo \ " SERIAL_CONSOLES ?= "115200;ttymxc0" # Bluetooth tty BT_TTY ?= "ttymxc1" # XBees XBEE_RESET_N_GPIO ?= "mca-gpio@15,gpio1@8" XBEE_SLEEP_RQ_GPIO ?= "mca-gpio@11,gpio1@7" XBEE_TTY ?= "ttymxc3" # U-Boot script to be copied to the boot image BOOT_SCRIPTS = "boot.scr:boot.scr" # Flash image types IMAGE_FSTYPES ?= "boot.vfat ext4 sdcard tar.bz2 recovery.vfat"