aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx25pdk.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/imx25pdk.conf')
-rw-r--r--conf/machine/imx25pdk.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/imx25pdk.conf b/conf/machine/imx25pdk.conf
new file mode 100644
index 00000000..f35d0db4
--- /dev/null
+++ b/conf/machine/imx25pdk.conf
@@ -0,0 +1,24 @@
+#@TYPE: Machine
+#@NAME: NXP i.MX25 Evaluation Kit
+#@SOC: i.MX25
+#@DESCRIPTION: Machine configuration for NXP i.MX25 Evaluation Kit
+#@MAINTAINER: Otavio Salvador <otavio@ossystems.com.br>
+
+MACHINEOVERRIDES =. "mx25:"
+
+include conf/machine/include/imx-base.inc
+include conf/machine/include/tune-arm926ejs.inc
+
+UBOOT_MACHINE ?= "mx25pdk_defconfig"
+
+KERNEL_DEVICETREE = "imx25-pdk.dtb"
+
+SERIAL_CONSOLE = "115200 ttymxc0"
+
+MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
+
+WKS_FILE ?= "imx-uboot.wks"
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
+ kernel-image \
+ kernel-devicetree \
+"