1/ {
2        chosen {
3		zephyr,bt-c2h-uart = &test_uart;
4        };
5
6	test_uart: test_uart {
7		compatible = "vnd,serial";
8		status = "okay";
9		buffer-size = <100>;
10	};
11};
12