summaryrefslogtreecommitdiffstats
path: root/conf/machine/pcm052.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/pcm052.conf')
-rw-r--r--conf/machine/pcm052.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/machine/pcm052.conf b/conf/machine/pcm052.conf
new file mode 100644
index 0000000..d86fdb0
--- /dev/null
+++ b/conf/machine/pcm052.conf
@@ -0,0 +1,22 @@
1#@TYPE: Machine
2#@NAME: Phytec phyCORE Vybrid Development Kit
3#@SOC: vf60
4#@DESCRIPTION: Machine configuration for Phytec phyCORE Vybrid Development Kit
5#@MAINTAINER: Anthony Felice <tony.felice@timesys.com>
6
7include conf/machine/include/imx-base.inc
8include conf/machine/include/tune-cortexa5.inc
9
10SOC_FAMILY = "vf60"
11
12PREFERRED_PROVIDER_virtual/kernel = "linux-timesys"
13PREFERRED_PROVIDER_u-boot = "u-boot-timesys"
14
15UBOOT_MACHINE = "pcm052_config"
16
17SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
18IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
19
20SERIAL_CONSOLE = "115200 ttymxc1"
21
22MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"