mx7-pins.h 393 B

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