summaryrefslogtreecommitdiffstats
path: root/board/nvidia/jetson-tk1/jetson-tk1.c
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2014-03-25 11:39:33 -0600
committerTom Warren <twarren@nvidia.com>2014-04-17 08:41:06 -0700
commite04bfdacb368da1f52135926e5c18dfa126e7cb1 (patch)
treec934247ed11e15c18cd9dd3d71b3bb6cbe49be71 /board/nvidia/jetson-tk1/jetson-tk1.c
parentd68c9429271d31aadb048b536f177cc2a9bd5c26 (diff)
downloadtalos-obmc-uboot-e04bfdacb368da1f52135926e5c18dfa126e7cb1.tar.gz
talos-obmc-uboot-e04bfdacb368da1f52135926e5c18dfa126e7cb1.zip
ARM: tegra: add Jetson TK1 board
Jetson TK1 is an NVIDIA Tegra124 reference board, which shares much of its design with Venice2. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/nvidia/jetson-tk1/jetson-tk1.c')
-rw-r--r--board/nvidia/jetson-tk1/jetson-tk1.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/board/nvidia/jetson-tk1/jetson-tk1.c b/board/nvidia/jetson-tk1/jetson-tk1.c
new file mode 100644
index 0000000000..f97aafad42
--- /dev/null
+++ b/board/nvidia/jetson-tk1/jetson-tk1.c
@@ -0,0 +1,23 @@
+/*
+ * (C) Copyright 2014
+ * NVIDIA Corporation <www.nvidia.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#include <common.h>
+#include <asm/arch/pinmux.h>
+#include "pinmux-config-jetson-tk1.h"
+
+/*
+ * Routine: pinmux_init
+ * Description: Do individual peripheral pinmux configs
+ */
+void pinmux_init(void)
+{
+ pinmux_config_pingrp_table(jetson_tk1_pingrps,
+ ARRAY_SIZE(jetson_tk1_pingrps));
+
+ pinmux_config_drvgrp_table(jetson_tk1_drvgrps,
+ ARRAY_SIZE(jetson_tk1_drvgrps));
+}
OpenPOWER on IntegriCloud