| /* | |
| * 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-rza-common.h> | |
| &pinctrl { | |
| /omit-if-no-ref/ scif0_pins: scif0 { | |
| scif0-pinmux { | |
| pinmux = <RZA_PINMUX(PORT_06, 3, 6)>, /* RXD */ | |
| <RZA_PINMUX(PORT_06, 4, 6)>; /* TXD */ | |
| drive-strength = <1>; | |
| slew-rate = "fast"; | |
| }; | |
| }; | |
| }; |