13 lines
118 B
Plaintext
13 lines
118 B
Plaintext
|
|
&uart1 {
|
|
status = "okay";
|
|
current-speed = <115200>;
|
|
};
|
|
|
|
/ {
|
|
chosen {
|
|
zephyr,bt-c2h-uart = &uart1;
|
|
};
|
|
};
|
|
|