]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/arch-tegra124/funcmux.h
Merge branch 'master' of git://git.denx.de/u-boot-spi
[karo-tx-uboot.git] / arch / arm / include / asm / arch-tegra124 / funcmux.h
1 /*
2  * (C) Copyright 2013
3  * NVIDIA Corporation <www.nvidia.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 /* Tegra124 high-level function multiplexing */
9
10 #ifndef _TEGRA124_FUNCMUX_H_
11 #define _TEGRA124_FUNCMUX_H_
12
13 #include <asm/arch-tegra/funcmux.h>
14
15 /* Configs supported by the func mux */
16 enum {
17         FUNCMUX_DEFAULT = 0,    /* default config */
18
19         /* UART configs */
20         FUNCMUX_UART1_KBC = 0,
21         FUNCMUX_UART4_GPIO = 0,
22 };
23 #endif  /* _TEGRA124_FUNCMUX_H_ */