blob: e6c0a770cef0761397aad833728be6e2bab98b9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#@TYPE: Machine
#@NAME: phyflex-imx6-1
#@DESCRIPTION: PHYTEC phyFLEX-i.MX6 Quad PBA-B-01, 1GiB RAM two banks, 16MiB SPI-NOR
#@ARTICLENUMBERS: PFL-A-02-23237E0.A1
require conf/machine/include/phyimx6qdl.inc
SOC_FAMILY .= ":mx6q"
SOC_FAMILY .= ":phyflex-imx6"
# Kernel
KERNEL_DEVICETREE = "imx6q-phytec-pbab01.dtb"
# Barebox Config
BAREBOX_BIN = "images/barebox-phytec-pbab01-1gib.img"
# resistivetouch, the rdk has one attached
MACHINE_FEATURES += "resistivetouch pci can alsa"
|