iomux_base.h 532 B

1234567891011121314151617181920212223
  1. /*
  2. * Copyright (c) 2021 Rockchip Electronics Co., Ltd.
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2021-10-12 Steven Liu first implementation
  9. */
  10. #ifndef __IOMUX_BASE_H__
  11. #define __IOMUX_BASE_H__
  12. void m4_jtag_iomux_config(void);
  13. void uart0_iomux_config(void);
  14. void uart1_m0_iomux_config(void);
  15. void uart1_m1_iomux_config(void);
  16. void uart1_m2_iomux_config(void);
  17. void uart1_m3_iomux_config(void);
  18. void uart2_iomux_config(void);
  19. void rt_hw_iomux_config(void);
  20. #endif