blob: 3bdcff1c882303fe10669198945dba6e22292852 [file] [log] [blame]
/*
* Copyright (c) 2023 Meta
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
chosen {
zephyr,log-uart = &log_uarts;
};
log_uarts: log_uarts {
compatible = "zephyr,log-uart";
uarts = <&euart0>;
};
euart0: uart-emul0 {
compatible = "zephyr,uart-emul";
status = "okay";
current-speed = <0>;
rx-fifo-size = <256>;
tx-fifo-size = <256>;
};
};