/* * Copyright (c) 2024 Nuvoton Technology Corporation. * * SPDX-License-Identifier: Apache-2.0 */ #include "pinctrl/m2l31ki-pinctrl.h" &pinctrl { uart0_default: uart0_default { group0 { pinmux = , ; }; }; /* TX/RX/RTS/CTS/RST --> D1/D0/A2/A3/D2 --> PB3/PB2/PB8/PB9/PC9 */ uart1_default: uart1_default { group0 { pinmux = , , , , ; }; }; /* USBD multi-function pins for VBUS, D+, D-, and ID pins */ usbd_default: usbd_default { group0 { pinmux = , , , ; }; }; };