boards: renesas: Add initial support for FPB-RA6E2 board
Add initial support for Renesas FPB-RA6E2 board Signed-off-by: Quy Tran <quy.tran.pz@renesas.com>
This commit is contained in:
parent
f80e5dc0fd
commit
516794843d
11 changed files with 323 additions and 0 deletions
24
tests/drivers/uart/uart_async_api/boards/fpb_ra6e2.overlay
Normal file
24
tests/drivers/uart/uart_async_api/boards/fpb_ra6e2.overlay
Normal 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, 1, 9)>,
|
||||
<RA_PSEL(RA_PSEL_SCI_9, 1, 10)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&sci9 {
|
||||
pinctrl-0 = <&sci9_default>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
dut: uart {
|
||||
current-speed = <115200>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue