Tom Warren | 999c6ba | 2014-01-24 12:46:13 -0700 | [diff] [blame] | 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_ */ |