blob: 9cd829acf8db4473df304d792f5f33c834d51cc7 [file] [log] [blame]
/ {
chosen {
zephyr,bt-c2h-uart = &test_uart;
};
test_uart: test_uart {
compatible = "vnd,serial";
status = "okay";
buffer-size = <100>;
};
};