blob: a8f47f543248a5e87cab8216228770c2ccd4df3f [file] [log] [blame]
/*
* 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__ */