/* * Copyright (c) 2022 Silicon Labs * * SPDX-License-Identifier: Apache-2.0 */ #include &pinctrl { /* configuration for uart0 device, default state */ usart0_default: usart0_default { group1 { /* configure PA.6 as UART_RX and PA.5 as UART_TX */ psels = , , ; }; }; i2c0_default: i2c0_default { group1 { psels = , , , ; }; }; };