30 lines
523 B
YAML
30 lines
523 B
YAML
#
|
|
# Copyright (c) 2018, Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: Atmel WINC1500 Wifi module
|
|
|
|
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: phandle-array
|
|
category: required
|
|
|
|
reset-gpios:
|
|
type: phandle-array
|
|
category: required
|
|
|
|
enable-gpios:
|
|
type: phandle-array
|
|
category: required
|