15 lines
390 B
YAML
15 lines
390 B
YAML
description: |
|
|
STM32 flash memory. This binding is for the flash memory itself, not
|
|
the flash controller peripheral. For that, see the
|
|
"st,stm32-flash-controller" binding.
|
|
|
|
include: soc-nv-flash.yaml
|
|
|
|
compatible: st,stm32-nv-flash
|
|
|
|
properties:
|
|
max-erase-time:
|
|
type: int
|
|
description: max erase time(millisecond) of a flash sector or page or half-page
|
|
required: true
|