1# Copyright 2023 Google LLC
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  Generic GNSS NMEA receiver
6
7  Implement a generic NMEA based GNSS device.
8
9  Example configuration:
10
11  &uart0 {
12          current-speed = <9600>;
13          ...
14          gnss: gnss-nmea-generic {
15                  compatible = "gnss-nmea-generic";
16          };
17  };
18
19compatible: "gnss-nmea-generic"
20
21include:
22  - uart-device.yaml
23