1description: | 2 STM32 flash memory. This binding is for the flash memory itself, not 3 the flash controller peripheral. For that, see the 4 "st,stm32-flash-controller" binding. 5 6include: soc-nv-flash.yaml 7 8compatible: st,stm32-nv-flash 9 10properties: 11 max-erase-time: 12 type: int 13 description: max erase time(millisecond) of a flash sector or page or half-page 14 required: true 15