[meta-freescale] [PATCH 8/8] imx25pdk: Add machine file

Otavio Salvador otavio at ossystems.com.br
Fri Sep 29 12:27:54 PDT 2017


CPU: i.MX25 with ARM926EJ–S core - 400 MHz maximum speed
NXP® MC34704B power management IC
NXP SGTL5000 ultra-low–power audio codec
Memory:
  64 MB or 512 MB DDR2
  2 GB NAND flash

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

 conf/machine/imx25pdk.conf | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 conf/machine/imx25pdk.conf

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 at 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 \
+"
-- 
2.14.1



More information about the meta-freescale mailing list