1/*
2 * Copyright (c) 2023 Antmicro <www.antmicro.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <arm/silabs/gpio_gecko.h>
8#include <dt-bindings/pinctrl/gecko-pinctrl.h>
9
10&pinctrl {
11	usart0_default: usart0_default {
12		group1 {
13			psels = <GECKO_PSEL(UART_TX, A, 5)>,
14				<GECKO_PSEL(UART_RX, A, 6)>,
15				<GECKO_LOC(UART, 0)>;
16		};
17	};
18};
19