Adrian Alonso | 5d18b18 | 2015-08-11 11:19:50 -0500 | [diff] [blame] | 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 | |
Stefano Babic | 33731bc | 2017-06-29 10:16:06 +0200 | [diff] [blame] | 9 | #include <asm/mach-imx/iomux-v3.h> |
Adrian Alonso | 5d18b18 | 2015-08-11 11:19:50 -0500 | [diff] [blame] | 10 | |
| 11 | #if defined(CONFIG_MX7D) |
| 12 | #include "mx7d_pins.h" |
| 13 | #elif defined(CONFIG_MX7S) |
| 14 | #include "mx7s_pins.h" |
| 15 | #else |
| 16 | #error "Please select cpu" |
| 17 | #endif /* CONFIG_MX7D */ |
| 18 | |
| 19 | #endif /*__ASM_ARCH_MX7_PINS_H__ */ |