18 lines
181 B
Plaintext
18 lines
181 B
Plaintext
|
|
&gpio_fwd {
|
|
status = "disabled";
|
|
};
|
|
|
|
&uart1 {
|
|
status = "okay";
|
|
current-speed = <1000000>;
|
|
hw-flow-control;
|
|
};
|
|
|
|
/ {
|
|
chosen {
|
|
zephyr,bt-c2h-uart = &uart1;
|
|
};
|
|
};
|
|
|