zephyr/tests/drivers/gnss/gnss_api/boards/native_sim.overlay
Bjarki Arge Andreasen 2d0b24bff2 tests: drivers: gnss: gnss_api: Add overlay for emulated boards
Add overlay and conf for emulated boards allowing the test suite
along with the emulated GNSS driver to be built and tested by CI.

Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me>
2024-05-09 15:45:34 +02:00

17 lines
201 B
Plaintext

/*
* Copyright 2024 Trackunit Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
gnss = &gnss;
};
gnss: gnss {
compatible = "zephyr,gnss-emul";
status = "okay";
};
};