drivers: pinctrl: Add support for RZ/V2N
Add support for RZ/V2N Signed-off-by: Tien Nguyen <tien.nguyen.zg@renesas.com> Signed-off-by: Hieu Nguyen <hieu.nguyen.ym@bp.renesas.com>
This commit is contained in:
parent
7f0a895ea8
commit
05289f40a7
3 changed files with 164 additions and 0 deletions
16
boards/renesas/rzv2n_evk/rzv2n_evk-pinctrl.dtsi
Normal file
16
boards/renesas/rzv2n_evk/rzv2n_evk-pinctrl.dtsi
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* Copyright (c) 2025 Renesas Electronics Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <zephyr/dt-bindings/gpio/gpio.h>
|
||||
#include <zephyr/dt-bindings/pinctrl/renesas/pinctrl-rzv2n.h>
|
||||
|
||||
&pinctrl {
|
||||
/omit-if-no-ref/ sci0_pins: sci0 {
|
||||
sci0-pinmux {
|
||||
pinmux = <RZV_PINMUX(PORT_05, 0, 1)>, /* TXD */
|
||||
<RZV_PINMUX(PORT_05, 1, 1)>; /* RXD */
|
||||
};
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue