2017-07-19 20:05:31 +08:00
|
|
|
title: Flash base node description
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base FLASH description
|
|
|
|
|
2019-06-14 03:14:50 +08:00
|
|
|
inherits:
|
|
|
|
!include base.yaml
|
|
|
|
|
2017-07-19 20:05:31 +08:00
|
|
|
properties:
|
2017-11-23 15:48:10 +08:00
|
|
|
compatible:
|
2017-07-19 20:05:31 +08:00
|
|
|
constraint: "soc-nv-flash"
|
|
|
|
|
2018-01-19 03:31:54 +08:00
|
|
|
label:
|
|
|
|
category: optional
|
|
|
|
|
2018-02-01 03:55:35 +08:00
|
|
|
erase-block-size:
|
|
|
|
type: int
|
|
|
|
description: address alignment required by flash erase operations
|
|
|
|
category: optional
|
|
|
|
|
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
|
|
|
|
category: optional
|