boards: renesas: Initial support Renesas EK-RA6M4 board

- Initial support for EK-RA6M4 board

Signed-off-by: Duy Phuong Hoang. Nguyen <duy.nguyen.xa@renesas.com>
This commit is contained in:
Duy Phuong Hoang. Nguyen 2024-07-18 19:07:49 +07:00 committed by Anas Nashif
commit f80e5dc0fd
11 changed files with 330 additions and 0 deletions

View file

@ -0,0 +1,24 @@
/*
* Copyright (c) 2024 Renesas Electronics Corporation
* SPDX-License-Identifier: Apache-2.0
*/
&pinctrl {
sci7_default: sci7_default {
group1 {
/* tx rx */
psels = <RA_PSEL(RA_PSEL_SCI_7, 6, 13)>,
<RA_PSEL(RA_PSEL_SCI_7, 6, 14)>;
};
};
};
&sci7 {
pinctrl-0 = <&sci7_default>;
pinctrl-names = "default";
status = "okay";
dut: uart {
current-speed = <115200>;
status = "okay";
};
};