Tom Warren | c47e717 | 2013-01-28 13:32:07 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved. |
| 3 | * |
Tom Rini | e237880 | 2016-01-14 22:05:13 -0500 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0 |
Tom Warren | c47e717 | 2013-01-28 13:32:07 +0000 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | /* Tegra114 high-level function multiplexing */ |
| 8 | |
| 9 | #ifndef _TEGRA114_FUNCMUX_H_ |
| 10 | #define _TEGRA114_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_UART4_GMI = 0, |
| 20 | }; |
| 21 | #endif /* _TEGRA114_FUNCMUX_H_ */ |