zephyr/dts/bindings/gnss/gnss-nmea-generic.yaml
Bjarki Arge Andreasen 1bc8490c6c drivers: gnss: match: Change RMC/GGA sync from timeout to UTC
Change the synchronization of RMC and GGA NMEA messages from a
timeout to matching their UTC timestamps.

Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me>
2024-01-18 10:55:17 +01:00

23 lines
414 B
YAML

# Copyright 2023 Google LLC
# SPDX-License-Identifier: Apache-2.0
description: |
Generic GNSS NMEA receiver
Implement a generic NMEA based GNSS device.
Example configuration:
&uart0 {
current-speed = <9600>;
...
gnss: gnss-nmea-generic {
compatible = "gnss-nmea-generic";
};
};
compatible: "gnss-nmea-generic"
include:
- uart-device.yaml