funcmux.h 434 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: GPL-2.0
  5. */
  6. /* Tegra114 high-level function multiplexing */
  7. #ifndef _TEGRA114_FUNCMUX_H_
  8. #define _TEGRA114_FUNCMUX_H_
  9. #include <asm/arch-tegra/funcmux.h>
  10. /* Configs supported by the func mux */
  11. enum {
  12. FUNCMUX_DEFAULT = 0, /* default config */
  13. /* UART configs */
  14. FUNCMUX_UART4_GMI = 0,
  15. };
  16. #endif /* _TEGRA114_FUNCMUX_H_ */