You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
413 B
16 lines
413 B
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* This header provides macros for Atmel Flexcom DT bindings.
|
|
*
|
|
* Copyright (C) 2015 Cyrille Pitchen <cyrille.pitchen@atmel.com>
|
|
*/
|
|
|
|
#ifndef __DT_BINDINGS_ATMEL_FLEXCOM_H__
|
|
#define __DT_BINDINGS_ATMEL_FLEXCOM_H__
|
|
|
|
#define ATMEL_FLEXCOM_MODE_USART 1
|
|
#define ATMEL_FLEXCOM_MODE_SPI 2
|
|
#define ATMEL_FLEXCOM_MODE_TWI 3
|
|
|
|
#endif /* __DT_BINDINGS_ATMEL_FLEXCOM_H__ */
|