1description: | 2 STM32 flash memory. 3 4 This binding is for the flash memory itself, not the flash controller peripheral. 5 For that, see the "st,stm32-flash-controller" binding. 6 7include: soc-nv-flash.yaml 8 9compatible: st,stm32-nv-flash 10 11properties: 12 max-erase-time: 13 type: int 14 description: max erase time(millisecond) of a flash sector or page or half-page 15 required: true 16 bank2-flash-size: 17 type: int 18 description: | 19 Embedded flash memory bank 2 size in KBytes. 20 Used by CM4 CPU because it cannot access flash controller register to read size. 21 Provides a way to configure this size when the flash controller driver runs on CM4 CPU. 22