mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-18 06:31:56 +00:00
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>
8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
&uart1 {
|
|
current-speed = <115200>;
|
|
compatible = "nordic,nrf-uarte";
|
|
status = "ok";
|
|
tx-pin = <10>;
|
|
rx-pin = <11>;
|
|
};
|