drivers: gnss: Air530z: Add new driver
Intial driver adding intial script to receive only GGA, RMC and GSV NMEA messages, configuring fix rate, setting enabled system and adding power management with the module on-off pin. Signed-off-by: Jeronimo Agullo <jeronimoagullo97@gmail.com>
This commit is contained in:
parent
8d077ca66d
commit
7ae9a16ca6
5 changed files with 407 additions and 0 deletions
15
dts/bindings/gnss/luatos,air530z.yaml
Normal file
15
dts/bindings/gnss/luatos,air530z.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Copyright 2024 Jerónimo Agulló
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: AIR530Z Luatos GNSS modem
|
||||
|
||||
compatible: "luatos,air530z"
|
||||
|
||||
include:
|
||||
- uart-device.yaml
|
||||
|
||||
properties:
|
||||
on-off-gpios:
|
||||
type: phandle-array
|
||||
description: |
|
||||
Identifies the On-Off pin for entering into low-power mode.
|
Loading…
Add table
Add a link
Reference in a new issue