39 lines
737 B
YAML
39 lines
737 B
YAML
#
|
|
# Copyright (c) 2018, Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: Inventek eS-WiFi WiFi module
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives the base representation of es-WiFi module
|
|
|
|
inherits:
|
|
!include spi-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "inventek,eswifi"
|
|
|
|
resetn-gpios:
|
|
type: compound
|
|
category: required
|
|
generation: define, use-prop-name
|
|
|
|
data-gpios:
|
|
type: compound
|
|
category: required
|
|
generation: define, use-prop-name
|
|
|
|
wakeup-gpios:
|
|
type: compound
|
|
category: optional
|
|
generation: define, use-prop-name
|
|
|
|
boot0-gpios:
|
|
type: compound
|
|
category: optional
|
|
generation: define, use-prop-name
|