mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 23:05:23 +00:00
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>
21 lines
312 B
YAML
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"
|
|
|
|
...
|