Tom Warren | f80dd82 | 2015-02-02 13:22:29 -0700 | [diff] [blame^] | 1 | /* |
| 2 | * (C) Copyright 2013-2015 |
| 3 | * NVIDIA Corporation <www.nvidia.com> |
| 4 | * |
| 5 | * SPDX-License-Identifier: GPL-2.0+ |
| 6 | */ |
| 7 | |
| 8 | /* Tegra210 high-level function multiplexing */ |
| 9 | |
| 10 | #ifndef _TEGRA210_FUNCMUX_H_ |
| 11 | #define _TEGRA210_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_UART1 = 0, |
| 21 | FUNCMUX_UART4_UART4 = 0, |
| 22 | }; |
| 23 | #endif /* _TEGRA210_FUNCMUX_H_ */ |