2017-07-19 20:05:31 +08:00
|
|
|
---
|
|
|
|
title: Flash base node description
|
|
|
|
id: soc-nv-flash
|
|
|
|
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-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
|
|
|
|
|
|
|
|
base_label: FLASH
|
|
|
|
use-property-label: yes
|
|
|
|
|
|
|
|
...
|