12 lines
170 B
Plaintext
12 lines
170 B
Plaintext
|
/ {
|
||
|
chosen {
|
||
|
zephyr,bt-c2h-uart = &test_uart;
|
||
|
};
|
||
|
|
||
|
test_uart: test_uart {
|
||
|
compatible = "vnd,serial";
|
||
|
status = "okay";
|
||
|
buffer-size = <100>;
|
||
|
};
|
||
|
};
|