blob: bc99a8646da34b34446bda46a45a0bb1bc875998 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Adrian Alonso5d18b182015-08-11 11:19:50 -05002/*
3 * Copyright (C) 2015 Freescale Semiconductor, Inc.
Adrian Alonso5d18b182015-08-11 11:19:50 -05004 */
5#ifndef __ASM_ARCH_MX7_PINS_H__
6#define __ASM_ARCH_MX7_PINS_H__
7
Stefano Babic33731bc2017-06-29 10:16:06 +02008#include <asm/mach-imx/iomux-v3.h>
Adrian Alonso5d18b182015-08-11 11:19:50 -05009
10#if defined(CONFIG_MX7D)
11#include "mx7d_pins.h"
12#elif defined(CONFIG_MX7S)
13#include "mx7s_pins.h"
14#else
15#error "Please select cpu"
16#endif /* CONFIG_MX7D */
17
18#endif /*__ASM_ARCH_MX7_PINS_H__ */