Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
d9f065845d91fef456c38cbdbf90b3d31ba8ad8b
/
.
/
boards
/
renesas
/
ek_ra4w1
/
ek_ra4w1-pinctrl.dtsi
blob: 3c01cb6bec4cfc900552a022a843c84d809e13ca [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2024 Renesas Electronics Corporation
* SPDX-License-Identifier: Apache-2.0
*/
&
pinctrl
{
sci0_default
:
sci0_default
{
group1
{
/* tx rx */
psels
=
<
RA_PSEL
(
RA_PSEL_SCI_0
,
1
,
1
)>,
<
RA_PSEL
(
RA_PSEL_SCI_0
,
1
,
0
)>;
};
};
};