summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSanchayan Maity <maitysanchayan@gmail.com>2015-03-25 11:05:58 +0530
committerStefan Agner <stefan@agner.ch>2015-04-14 09:08:09 +0200
commit81ec0bd3230bd79b9167c9d664a56ba5881101ca (patch)
tree9c1b3d53c7ccca37f71458821d49680d365e3553 /configs
parentfb1c74c79d5a16a18c94b56af1b5026fc612979f (diff)
ARM: vf610: Initial integration for Colibri VF50/VF61
This adds initial support for Colibri VF50/VF61 based on Freescale Vybrid SoC. - CPU clocked at 396/500 MHz - DDR3 at 396MHz - for VF50, use PLL2 as memory clock (synchronous mode) - for VF61, use PLL1 as memory clock (asynchronous mode) - Console on UART0 (Colibri UART_A) - Ethernet on FEC1 - PLL5 based RMII clocking (E.g. No external crystal) - UART_A and UART_C I/O muxing - Boot from NAND by default - USB host and client support Tested on Colibri VF50/VF61 booting using serial loader over UART. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/colibri_vf_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig
new file mode 100644
index 0000000000..7b3c344799
--- /dev/null
+++ b/configs/colibri_vf_defconfig
@@ -0,0 +1,5 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/toradex/colibri_vf/imximage.cfg,ENV_IS_IN_NAND,IMX_NAND"
+CONFIG_ARM=y
+CONFIG_TARGET_COLIBRI_VF=y
+CONFIG_NAND_VF610_NFC=y
+CONFIG_SYS_NAND_VF610_NFC_60_ECC_BYTES=y