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:
Dat Nguyen Duy 2023-06-15 14:27:07 +07:00 committed by Carles Cufí
commit d4cab4474b

View 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";
};