boards: renesas: Add initial support for EK-RA4W1 board
Initial commit to support Renesas EK-RA4W1 board Signed-off-by: Quy Tran <quy.tran.pz@renesas.com> Signed-off-by: Duy Phuong Hoang. Nguyen <duy.nguyen.xa@renesas.com>
This commit is contained in:
parent
6e6403d4cb
commit
2bafb83771
11 changed files with 299 additions and 0 deletions
24
tests/drivers/uart/uart_async_api/boards/ek_ra4w1.overlay
Normal file
24
tests/drivers/uart/uart_async_api/boards/ek_ra4w1.overlay
Normal file
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
* Copyright (c) 2024 Renesas Electronics Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&pinctrl {
|
||||
sci1_default: sci1_default {
|
||||
group1 {
|
||||
/* tx rx */
|
||||
psels = <RA_PSEL(RA_PSEL_SCI_1, 2, 13)>,
|
||||
<RA_PSEL(RA_PSEL_SCI_1, 2, 12)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&sci1 {
|
||||
pinctrl-0 = <&sci1_default>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
dut: uart {
|
||||
current-speed = <115200>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue