zephyr/tests/drivers/build_all/gnss/app.overlay
Jordan Yates 243eb36b18 everywhere: reindent .overlay files with tabs
`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>
2024-06-26 15:59:44 +02:00

23 lines
318 B
Plaintext

/*
* Copyright 2023 Google LLC
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
test {
#address-cells = <1>;
#size-cells = <1>;
test_uart: uart@0 {
compatible = "vnd,serial";
reg = <0x0 0x1000>;
status = "okay";
gnss: gnss-nmea-generic {
compatible = "gnss-nmea-generic";
};
};
};
};