1/*
2 * Copyright (c) 2024 Renesas Electronics Corporation
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6&pinctrl {
7	sci0_default: sci0_default {
8		group1 {
9			/* tx rx */
10			psels = <RA_PSEL(RA_PSEL_SCI_0, 4, 11)>,
11			<RA_PSEL(RA_PSEL_SCI_0, 4, 10)>;
12		};
13	};
14};
15