blob: 2e8b3359161e153a72e92fc5115411e9886e9d27 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Tom Warren13ac5442012-12-11 13:34:12 +00002/*
3 * Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved.
Tom Warren13ac5442012-12-11 13:34:12 +00004 */
5
6/* Tegra30 high-level function multiplexing */
7
8#ifndef _TEGRA30_FUNCMUX_H_
9#define _TEGRA30_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_UART1_ULPI = 0,
19};
20#endif /* _TEGRA30_FUNCMUX_H_ */