zephyr/dts/bindings/mtd/winbond,w25q16.yaml
Kumar Gala a4c3feced4 dts: flash: w25qxxdv: Add Device Tree Support for SPI FLASH w25qxxdv
Convert the w25qxxdv driver to use device tree for SPI device params.
Updated the Arduino 101 config to use device tree to specify the SPI
flash.  Update the arduino_101_sss to drop Kconfig support for the
w25qxxdv flash.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-01-09 10:26:10 -06:00

21 lines
312 B
YAML

#
# Copyright (c) 2018, Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: SPI NOR FLASH
version: 0.1
description: >
This binding gives a base representation of SPI slave NOR FLASH
inherits:
!include spi-device.yaml
properties:
compatible:
constraint: "winbond,w25q16"
...