zephyr/dts/bindings/wifi/atmel,winc1500.yaml
Kumar Gala 9730ca1852 wifi: winc1500: Add Device Tree support
Add a dts binding for the Atmel WINC1500 WIFI chip.  Update the
quark_se_c1000_devboard to utilize this binding as well as the wifi
sample app.

We now get all the GPIOs related to the Atmel WINC1500 from the device
tree.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-11-13 14:12:18 -05:00

36 lines
649 B
YAML

#
# Copyright (c) 2018, Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: Atmel WINC1500 Wifi module
version: 0.1
description: >
This binding gives the base representation of the Atmel WINC1500 Wifi module
inherits:
!include spi-device.yaml
properties:
compatible:
constraint: "atmel,winc1500"
irq-gpios:
type: compound
category: required
generation: define, use-prop-name
reset-gpios:
type: compound
category: required
generation: define, use-prop-name
enable-gpios:
type: compound
category: required
generation: define, use-prop-name
...