`checkpatch.pl` requires that dts sources are indented with tabs, fix all the spaces that slipped in while checkpatch wasn't watching. Signed-off-by: Jordan Yates <jordan@embeint.com>
12 lines
156 B
Plaintext
12 lines
156 B
Plaintext
/ {
|
|
chosen {
|
|
zephyr,bt-c2h-uart = &test_uart;
|
|
};
|
|
|
|
test_uart: test_uart {
|
|
compatible = "vnd,serial";
|
|
status = "okay";
|
|
buffer-size = <100>;
|
|
};
|
|
};
|