Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
10bb61ee7d0a05bd2d21a42c61a982b0edc26eea
/
.
/
boards
/
renesas
/
ek_ra6e2
/
ek_ra6e2-pinctrl.dtsi
blob: 851d8543beea0c850d8c4643a713f646e8437e74 [
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
,
4
,
11
)>,
<
RA_PSEL
(
RA_PSEL_SCI_0
,
4
,
10
)>;
};
};
};