blob: 1c9e3fe2041beca1ac6260ba9ce37696160e722f [file] [log] [blame]
Eric Nelsonafea2ba2013-02-19 10:07:01 +00001/*
2 * Copyright (C) 2013 Boundary Devices Inc.
3 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Eric Nelsonafea2ba2013-02-19 10:07:01 +00005 */
6#ifndef __ASM_ARCH_MX6_PINS_H__
7#define __ASM_ARCH_MX6_PINS_H__
8
9#ifdef CONFIG_MX6Q
10#include "mx6q_pins.h"
11#else
12#if defined(CONFIG_MX6DL) || defined(CONFIG_MX6S)
13#include "mx6dl_pins.h"
14#else
Fabio Estevamf7b9ac22013-04-10 09:32:57 +000015#if defined(CONFIG_MX6SL)
16#include "mx6sl_pins.h"
17#else
Eric Nelsonafea2ba2013-02-19 10:07:01 +000018#error "Please select cpu"
Fabio Estevamf7b9ac22013-04-10 09:32:57 +000019#endif /* CONFIG_MX6SL */
Eric Nelsonafea2ba2013-02-19 10:07:01 +000020#endif /* CONFIG_MX6DL or CONFIG_MX6S */
21#endif /* CONFIG_MX6Q */
22
23#endif /*__ASM_ARCH_MX6_PINS_H__ */