- Allow for manual disabling SD sync - add uart0 define to board dt overlay - tested and working ISO support over USB-CDC Segger VUART0/1 and external UART
19 lines
218 B
Plaintext
19 lines
218 B
Plaintext
|
|
&gpio_fwd {
|
|
status = "disabled";
|
|
};
|
|
|
|
&uart1 {
|
|
compatible = "nordic,nrf-uarte";
|
|
status = "okay";
|
|
current-speed = <1000000>;
|
|
hw-flow-control;
|
|
};
|
|
|
|
/ {
|
|
chosen {
|
|
zephyr,bt-c2h-uart = &uart1;
|
|
};
|
|
};
|
|
|