boards: renesas: Add initial support Renesas EK-RA6M3 board

Initial commit to support EK-RA6M3 board

Signed-off-by: Duy Phuong Hoang. Nguyen <duy.nguyen.xa@renesas.com>
Signed-off-by: default avatarQuy Tran <quy.tran.pz@renesas.com>
This commit is contained in:
Duy Phuong Hoang. Nguyen 2024-07-18 18:44:16 +07:00 committed by Anas Nashif
commit b257bdec63
11 changed files with 323 additions and 0 deletions

View file

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