dts: bindings: slave: Add yaml file to support spi flash

add yaml file to support spi flash

Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com>
This commit is contained in:
Savinay Dharmappa 2018-11-06 10:34:24 +05:30 committed by Anas Nashif
parent cf58f83dd6
commit 8c65c1f18c
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
#
# Copyright (c) 2018, Intel Corporation
#
# 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: "spi,flash"
size:
type: int
category: required
description: SPI Slave NOR FLASH Size in KiB
generation: define
...