18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * This header provides macros for AT91 USART DT bindings. 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (C) 2018 Microchip Technology 68c2ecf20Sopenharmony_ci * 78c2ecf20Sopenharmony_ci * Author: Radu Pirea <radu.pirea@microchip.com> 88c2ecf20Sopenharmony_ci * 98c2ecf20Sopenharmony_ci */ 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#ifndef __DT_BINDINGS_AT91_USART_H__ 128c2ecf20Sopenharmony_ci#define __DT_BINDINGS_AT91_USART_H__ 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#define AT91_USART_MODE_SERIAL 0 158c2ecf20Sopenharmony_ci#define AT91_USART_MODE_SPI 1 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#endif /* __DT_BINDINGS_AT91_USART_H__ */ 18