blob: f3b1bd47e53f95ee9c6af0f0f4d543959c5adc58 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Tom Warrenc47e7172013-01-28 13:32:07 +00002/*
3 * Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
Tom Warrenc47e7172013-01-28 13:32:07 +00004 */
5
6/* Tegra114 high-level function multiplexing */
7
8#ifndef _TEGRA114_FUNCMUX_H_
9#define _TEGRA114_FUNCMUX_H_
10
11#include <asm/arch-tegra/funcmux.h>
12
13/* Configs supported by the func mux */
14enum {
15 FUNCMUX_DEFAULT = 0, /* default config */
16
17 /* UART configs */
18 FUNCMUX_UART4_GMI = 0,
19};
20#endif /* _TEGRA114_FUNCMUX_H_ */