Implemented driver for the simcom sim7080 modem. This driver features Socket offloading, TCP, UDP, DNS, SMS, GPS and FTP. Signed-off-by: Lukas Gehreke <lk.gehreke@gmail.com>
17 lines
269 B
YAML
17 lines
269 B
YAML
# Copyright (C) 2021 metraTec GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Simcom Sim7080 modem
|
|
|
|
compatible: "simcom,sim7080"
|
|
|
|
include: uart-device.yaml
|
|
|
|
properties:
|
|
label:
|
|
required: true
|
|
|
|
mdm-power-gpios:
|
|
type: phandle-array
|
|
required: true
|