summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-02-16 16:07:51 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:41:26 +0100
commit966dde731bc0c175f57988e7007c37b176bd8d56 (patch)
tree0c58835a8dcbce9c5de6e9c7df50f815e5d74e1d /configs
parent1d1823d29104e262d05e69b5fa5c18862088f46d (diff)
arm: tegra: initial support for apalis tk1
This patch adds board support for the Toradex Apalis TK1 a computer on module which can be used on different carrier boards. For the sake of ease of use we do not distinguish between different carrier boards for now as the base module features are deemed sufficient enough for regular booting. The following functionality is working so far: - eMMC boot and environment storage - Gigabit Ethernet (link detection still rather flaky) - MMC/SD cards (both MMC1 as well as SD1 slot however the later one without card detect) - USB client/host (dual role port as client e.g. for DFU/UMS, other two ports as host) Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/apalis_tk1_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/apalis_tk1_defconfig b/configs/apalis_tk1_defconfig
new file mode 100644
index 0000000000..49d9a7bbe1
--- /dev/null
+++ b/configs/apalis_tk1_defconfig
@@ -0,0 +1,5 @@
+CONFIG_ARM=y
+CONFIG_TEGRA=y
+CONFIG_TEGRA124=y
+CONFIG_TARGET_APALIS_TK1=y
+CONFIG_DEFAULT_DEVICE_TREE="tegra124-apalis"