Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Tom Warren | f80dd82 | 2015-02-02 13:22:29 -0700 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2013-2015 |
| 4 | * NVIDIA Corporation <www.nvidia.com> |
Tom Warren | f80dd82 | 2015-02-02 13:22:29 -0700 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | /* Tegra210 high-level function multiplexing */ |
| 8 | |
| 9 | #ifndef _TEGRA210_FUNCMUX_H_ |
| 10 | #define _TEGRA210_FUNCMUX_H_ |
| 11 | |
| 12 | #include <asm/arch-tegra/funcmux.h> |
| 13 | |
| 14 | /* Configs supported by the func mux */ |
| 15 | enum { |
| 16 | FUNCMUX_DEFAULT = 0, /* default config */ |
| 17 | |
| 18 | /* UART configs */ |
| 19 | FUNCMUX_UART1_UART1 = 0, |
| 20 | FUNCMUX_UART4_UART4 = 0, |
| 21 | }; |
| 22 | #endif /* _TEGRA210_FUNCMUX_H_ */ |