blob: 8d4501e7def835fb0b75587110462e86b008e5fc [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Tom Warrenb7ea6d12014-01-24 12:46:13 -07002/*
3 * (C) Copyright 2013
4 * NVIDIA Corporation <www.nvidia.com>
Tom Warrenb7ea6d12014-01-24 12:46:13 -07005 */
6
7/* Tegra124 high-level function multiplexing */
8
9#ifndef _TEGRA124_FUNCMUX_H_
10#define _TEGRA124_FUNCMUX_H_
11
12#include <asm/arch-tegra/funcmux.h>
13
14/* Configs supported by the func mux */
15enum {
16 FUNCMUX_DEFAULT = 0, /* default config */
17
18 /* UART configs */
19 FUNCMUX_UART1_KBC = 0,
20 FUNCMUX_UART4_GPIO = 0,
21};
22#endif /* _TEGRA124_FUNCMUX_H_ */