Home | History | Annotate | Download | only in arch-tegra114
      1 /* SPDX-License-Identifier: GPL-2.0 */
      2 /*
      3  * Copyright (c) 2010-2013, NVIDIA CORPORATION.  All rights reserved.
      4  */
      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 */
     14 enum {
     15 	FUNCMUX_DEFAULT = 0,	/* default config */
     16 
     17 	/* UART configs */
     18 	FUNCMUX_UART4_GMI = 0,
     19 };
     20 #endif	/* _TEGRA114_FUNCMUX_H_ */
     21