zephyr/modules/hal_bouffalolab/include/bflb_uart.h
Gerson Fernando Budke 531915deda drivers: serial: bouffalolab: Add bflb serial driver
Add Bouffalo Lab serial driver. The driver uses pinctrl to configure
pins and have power management capabilities.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2025-04-24 01:26:37 +02:00

15 lines
285 B
C

/*
* Copyright (c) 2021-2025 Gerson Fernando Budke <nandojve@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_HAL_BFLB_UART_H_
#define ZEPHYR_HAL_BFLB_UART_H_
#ifdef CONFIG_SOC_SERIES_BL60X
#include <bl602_uart.h>
#endif
#endif /* ZEPHYR_HAL_BFLB_UART_H_ */