2017-07-19 20:05:31 +08:00
|
|
|
---
|
|
|
|
title: Flash base node description
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base FLASH description
|
|
|
|
|
|
|
|
properties:
|
2017-11-23 15:48:10 +08:00
|
|
|
compatible:
|
2017-07-19 20:05:31 +08:00
|
|
|
type: string
|
2017-11-16 05:20:44 +08:00
|
|
|
category: required
|
2017-07-19 20:05:31 +08:00
|
|
|
description: compatible strings
|
|
|
|
constraint: "soc-nv-flash"
|
2018-08-20 19:45:55 +08:00
|
|
|
generation: define
|
2017-07-19 20:05:31 +08:00
|
|
|
|
2018-01-19 03:31:54 +08:00
|
|
|
label:
|
|
|
|
type: string
|
|
|
|
category: optional
|
|
|
|
description: Human readable string describing the device (used by Zephyr for API name)
|
|
|
|
generation: define
|
|
|
|
|
2018-02-01 03:55:35 +08:00
|
|
|
erase-block-size:
|
|
|
|
type: int
|
|
|
|
description: address alignment required by flash erase operations
|
|
|
|
generation: define
|
|
|
|
category: optional
|
|
|
|
label: alignment
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
write-block-size:
|
2017-07-19 20:05:31 +08:00
|
|
|
type: int
|
|
|
|
description: address alignment required by flash write operations
|
|
|
|
generation: define
|
|
|
|
category: optional
|
|
|
|
label: alignment
|
|
|
|
|
|
|
|
...
|