3 * NVIDIA Corporation <www.nvidia.com>
5 * SPDX-License-Identifier: GPL-2.0+
9 #include <asm/arch/pinmux.h>
10 #include "pinmux-config-jetson-tk1.h"
13 * Routine: pinmux_init
14 * Description: Do individual peripheral pinmux configs
16 void pinmux_init(void)
18 pinmux_config_pingrp_table(jetson_tk1_pingrps,
19 ARRAY_SIZE(jetson_tk1_pingrps));
21 pinmux_config_drvgrp_table(jetson_tk1_drvgrps,
22 ARRAY_SIZE(jetson_tk1_drvgrps));