diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2022-11-25 09:54:51 +0200 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2022-12-20 11:59:07 +0200 |
commit | f2d6c888f471837c565719097ca96f8f2b9dd215 (patch) | |
tree | 668cdeda744c0245c4d6931ceae6aa7dc42c35d1 | |
parent | c41e05bab0b025691741d819ff372c08e285b99a (diff) |
dt-bindings: mfd: add at91-usart.h from Linux
Copy include file dt-bindings/mfd/at91-usart.h from Linux
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
-rw-r--r-- | include/dt-bindings/mfd/at91-usart.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/dt-bindings/mfd/at91-usart.h b/include/dt-bindings/mfd/at91-usart.h new file mode 100644 index 00000000000..2de5bc312e1 --- /dev/null +++ b/include/dt-bindings/mfd/at91-usart.h @@ -0,0 +1,17 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * This header provides macros for AT91 USART DT bindings. + * + * Copyright (C) 2018 Microchip Technology + * + * Author: Radu Pirea <radu.pirea@microchip.com> + * + */ + +#ifndef __DT_BINDINGS_AT91_USART_H__ +#define __DT_BINDINGS_AT91_USART_H__ + +#define AT91_USART_MODE_SERIAL 0 +#define AT91_USART_MODE_SPI 1 + +#endif /* __DT_BINDINGS_AT91_USART_H__ */ |