mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 14:25:21 +00:00
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>
36 lines
649 B
YAML
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
|
|
|
|
...
|