19 lines
325 B
Plaintext
19 lines
325 B
Plaintext
/*
|
|
* Copyright (c) 2024 Renesas Electronics Corporation
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&pinctrl {
|
|
sci9_default: sci9_default {
|
|
group1 {
|
|
/* tx */
|
|
psels = <RA_PSEL(RA_PSEL_SCI_9, 10, 14)>;
|
|
drive-strength = "medium";
|
|
};
|
|
group2 {
|
|
/* rx */
|
|
psels = <RA_PSEL(RA_PSEL_SCI_9, 10, 15)>;
|
|
};
|
|
};
|
|
};
|