summaryrefslogtreecommitdiff
path: root/plat/freescale/common/include/imx8-pins.h
blob: a8f47f543248a5e87cab8216228770c2ccd4df3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (C) 2016 Freescale Semiconductor, Inc.
 * Copyright 2017 NXP
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#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__ */