8 lines
134 B
Plaintext
8 lines
134 B
Plaintext
|
/* SPDX-License-Identifier: Apache-2.0 */
|
||
|
|
||
|
&uart0 {
|
||
|
compatible = "nordic,nrf-uart";
|
||
|
current-speed = <1000000>;
|
||
|
status = "okay";
|
||
|
};
|