Add test that exercise the instance macros of the UART shell backend. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
15 lines
235 B
Text
15 lines
235 B
Text
/*
|
|
* Copyright (c) 2023 Meta
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
euart0: uart-emul0 {
|
|
compatible = "zephyr,uart-emul";
|
|
status = "okay";
|
|
current-speed = <0>;
|
|
rx-fifo-size = <256>;
|
|
tx-fifo-size = <256>;
|
|
};
|
|
};
|