2019-04-18 20:55:30 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
---
|
|
|
|
title: simulated flash
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of a simulated flash memory
|
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
type: string
|
|
|
|
category: required
|
|
|
|
description: compatible strings
|
2019-04-26 14:43:18 +08:00
|
|
|
constraint: "zephyr,sim-flash"
|
2019-04-18 20:55:30 +08:00
|
|
|
|
|
|
|
label:
|
|
|
|
type: string
|
|
|
|
category: required
|
|
|
|
description: Human readable string describing the device (used by Zephyr for API name)
|
|
|
|
generation: define
|
|
|
|
|
|
|
|
...
|