Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into next
[platform/kernel/u-boot.git] / include / dm / platform_data / fsl_espi.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2019 NXP
4  */
5
6 #ifndef __fsl_espi_h
7 #define __fsl_espi_h
8
9 struct fsl_espi_platdata {
10         uint flags;
11         uint speed_hz;
12         uint num_chipselect;
13         fdt_addr_t regs_addr;
14 };
15
16 #endif /* __fsl_espi_h */