`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>
13 lines
152 B
Plaintext
13 lines
152 B
Plaintext
/* SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
/ {
|
|
chosen {
|
|
zephyr,sram = &dtcm;
|
|
};
|
|
};
|
|
|
|
dut: &lpuart2 {
|
|
status = "okay";
|
|
current-speed = <115200>;
|
|
};
|