xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/mfd/atmel-flexcom.h (revision 4effb9b18f024fdac2e35b6e9f6ec111f2d026be)
1 /*	$NetBSD: atmel-flexcom.h,v 1.1.1.2 2020/01/03 14:33:03 skrll Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0-only */
4 /*
5  * This header provides macros for Atmel Flexcom DT bindings.
6  *
7  * Copyright (C) 2015 Cyrille Pitchen <cyrille.pitchen@atmel.com>
8  */
9 
10 #ifndef __DT_BINDINGS_ATMEL_FLEXCOM_H__
11 #define __DT_BINDINGS_ATMEL_FLEXCOM_H__
12 
13 #define ATMEL_FLEXCOM_MODE_USART	1
14 #define ATMEL_FLEXCOM_MODE_SPI		2
15 #define ATMEL_FLEXCOM_MODE_TWI		3
16 
17 #endif /* __DT_BINDINGS_ATMEL_FLEXCOM_H__ */
18