/* * Copyright (c) 2023 Nuvoton Technology Corporation. * * SPDX-License-Identifier: Apache-2.0 */ #include "pinctrl/m467hjhae-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 = , , , , ; }; }; };