zephyr/samples/subsys/zbus/uart_bridge/boards/nrf52840dk_nrf52840.overlay

9 lines
164 B
Plaintext

/*
* Copyright (c) 2022 Rodrigo Peixoto <rodrigopex@gmail.com>
* SPDX-License-Identifier: Apache-2.0
*/
&uart1 {
status = "okay";
current-speed = <115200>;
};