blob: dcced1010bfb434f425a7c8ac0ea12572cc9dee4 [file] [log] [blame]
Peng Fana521b172018-10-18 14:28:15 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright 2018 NXP
4 */
5
6#ifndef __ASM_ARCH_IMX8_PINS_H__
7#define __ASM_ARCH_IMX8_PINS_H__
8
9#if defined(CONFIG_IMX8QXP)
10#include <dt-bindings/pinctrl/pads-imx8qxp.h>
11#else
12#error "No pin header"
13#endif
14
15#endif /* __ASM_ARCH_IMX8_PINS_H__ */