drivers: pinctrl: Add support for RZ/T2M
This is the initial commit to support pinctrl driver for Renesas RZ/T2M Corrected space in the comment. Signed-off-by: Hieu Nguyen <hieu.nguyen.ym@bp.renesas.com> Signed-off-by: Nhut Nguyen <nhut.nguyen.kc@renesas.com> Signed-off-by: Binh Nguyen <binh.nguyen.xw@renesas.com>
This commit is contained in:
parent
df630d6159
commit
303376a76b
8 changed files with 48 additions and 5 deletions
|
@ -101,4 +101,4 @@ typedef struct pinctrl_soc_pin_t {
|
|||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /*ZEPHYR_SOC_RENESAS_RZ_COMMON_PINCTRL_RZG_H_*/
|
||||
#endif /* ZEPHYR_SOC_RENESAS_RZ_COMMON_PINCTRL_RZG_H_ */
|
||||
|
|
|
@ -65,4 +65,4 @@ typedef struct pinctrl_soc_pin_t {
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /*ZEPHYR_SOC_RENESAS_RZ_COMMON_PINCTRL_RZT_H_*/
|
||||
#endif /* ZEPHYR_SOC_RENESAS_RZ_COMMON_PINCTRL_RZT_H_ */
|
||||
|
|
13
soc/renesas/rz/rzt2m/pinctrl_soc.h
Normal file
13
soc/renesas/rz/rzt2m/pinctrl_soc.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* Copyright (c) 2023 Antmicro <www.antmicro.com>
|
||||
* Copyright (c) 2025 Renesas Electronics Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef ZEPHYR_SOC_RENESAS_RZ_RZT2M_PINCTRL_SOC_H_
|
||||
#define ZEPHYR_SOC_RENESAS_RZ_RZT2M_PINCTRL_SOC_H_
|
||||
|
||||
#include <pinctrl_rzt.h>
|
||||
|
||||
#endif /* ZEPHYR_SOC_RENESAS_RZ_RZT2M_PINCTRL_SOC_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue