mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 10:30:32 +00:00
1535f1d19c
Include microchip,pdmc.h from Linux. This file includes required defines for DT successful build. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
13 lines
362 B
C
13 lines
362 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __DT_BINDINGS_MICROCHIP_PDMC_H__
|
|
#define __DT_BINDINGS_MICROCHIP_PDMC_H__
|
|
|
|
/* PDM microphone's pin placement */
|
|
#define MCHP_PDMC_DS0 0
|
|
#define MCHP_PDMC_DS1 1
|
|
|
|
/* PDM microphone clock edge sampling */
|
|
#define MCHP_PDMC_CLK_POSITIVE 0
|
|
#define MCHP_PDMC_CLK_NEGATIVE 1
|
|
|
|
#endif /* __DT_BINDINGS_MICROCHIP_PDMC_H__ */
|