This is the initial commit to support pinctrl driver for Renesas RZ/V2L Signed-off-by: Quang Le <quang.le.eb@bp.renesas.com> Signed-off-by: Hieu Nguyen <hieu.nguyen.ym@bp.renesas.com> Signed-off-by: Nhut Nguyen <nhut.nguyen.kc@renesas.com>
11 lines
286 B
C
11 lines
286 B
C
/*
|
|
* Copyright (c) 2025 Renesas Electronics Corporation
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef ZEPHYR_SOC_RENESAS_RZ_RZV2L_PINCTRL_SOC_H_
|
|
#define ZEPHYR_SOC_RENESAS_RZ_RZV2L_PINCTRL_SOC_H_
|
|
|
|
#include <pinctrl_rzv.h>
|
|
|
|
#endif /* ZEPHYR_SOC_RENESAS_RZ_RZV2L_PINCTRL_SOC_H_ */
|