summaryrefslogtreecommitdiff
path: root/plat/freescale/common/include/imx8-pins.h
blob: 9a3d100ac23ddd4432edc4810fcdb09dd4050361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright 2017 NXP
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef __IMX8_PINS_H__
#define __IMX8_PINS_H__

#if PLAT_IMX8QM
#include "imx8qm_pads.h"
#elif PLAT_IMX8QXP
#include "imx8qxp_pads.h"
#else
#error "No pin header"
#endif
#endif	/* __IMX8_PINS_H__ */