zephyr/tests/drivers/uart/uart_async_api/nrf9160_pca10090.overlay
Mieszko Mierunski cbf4e54ead tests: uart: Add nrf9160_pca10090 to UART async test
Add nrf9160_pca10090 to UART async test.
Add myself as codeowner to uart_async_api tests.

Signed-off-by: Mieszko Mierunski <mieszko.mierunski@nordicsemi.no>
2019-03-28 09:30:57 -04:00

8 lines
121 B
Plaintext

&uart1 {
current-speed = <115200>;
compatible = "nordic,nrf-uarte";
status = "ok";
tx-pin = <10>;
rx-pin = <11>;
};