zephyr/modules/hal_bouffalolab/include/bflb_pinctrl.h
Gerson Fernando Budke 6520633a90 drivers: pinctrl: bouffalolab: Add bflb pinctrl driver
Add Bouffalo Lab pinctrl driver.

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

16 lines
384 B
C

/*
* Copyright (c) 2021-2025 Gerson Fernando Budke <nandojve@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_HAL_BFLB_PINCTRL_H_
#define ZEPHYR_HAL_BFLB_PINCTRL_H_
#ifdef CONFIG_SOC_SERIES_BL60X
#include <zephyr/dt-bindings/pinctrl/bl60x-pinctrl.h>
#endif
#include <zephyr/dt-bindings/pinctrl/bflb-common-pinctrl.h>
#endif /* ZEPHYR_HAL_BFLB_PINCTRL_H_ */