mx7-pins.h 395 B

12345678910111213141516171819
  1. /*
  2. * Copyright (C) 2015 Freescale Semiconductor, Inc.
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef __ASM_ARCH_MX7_PINS_H__
  7. #define __ASM_ARCH_MX7_PINS_H__
  8. #include <asm/imx-common/iomux-v3.h>
  9. #if defined(CONFIG_MX7D)
  10. #include "mx7d_pins.h"
  11. #elif defined(CONFIG_MX7S)
  12. #include "mx7s_pins.h"
  13. #else
  14. #error "Please select cpu"
  15. #endif /* CONFIG_MX7D */
  16. #endif /*__ASM_ARCH_MX7_PINS_H__ */