tests: drivers: uart_async_api: enable test for mr_canhubk3
Run this test on lpuart10 with internal loopback enabled. Use DTCM region for this test because in some local variables are used for dma buffer which requires non-cacheable Signed-off-by: Dat Nguyen Duy <dat.nguyenduy@nxp.com>
This commit is contained in:
parent
c67de647fb
commit
d4cab4474b
1 changed files with 16 additions and 0 deletions
16
tests/drivers/uart/uart_async_api/boards/mr_canhubk3.overlay
Normal file
16
tests/drivers/uart/uart_async_api/boards/mr_canhubk3.overlay
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* Copyright 2023 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
/ {
|
||||
chosen {
|
||||
zephyr,sram = &dtcm;
|
||||
};
|
||||
};
|
||||
|
||||
dut: &lpuart10 {
|
||||
current-speed = <115200>;
|
||||
nxp,loopback;
|
||||
status = "okay";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue