zephyr/tests/drivers/uart/uart_pm/nrf_rx_disable.overlay
Andrzej Głąbek 2cbe097b29 tests: drivers: uart: Use "dut" node label to select UART to be tested
... to limit #if chains in these tests and make it easier to add new
boards.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2023-03-23 09:40:11 +01:00

5 lines
66 B
Text

/* SPDX-License-Identifier: Apache-2.0 */
&dut {
disable-rx;
};