1description: |
2  ST STM32F4 family flash memory.
3
4include: st,stm32-nv-flash.yaml
5
6compatible: st,stm32f4-nv-flash
7
8properties:
9  write-block-size:
10    required: true
11    type: int
12    enum:
13      - 1
14      - 2
15      - 4
16      - 8
17    default: 1
18    description: |
19      Number of bytes used in write operations. Default value is based on the
20      reset value of Flash Control Register (FLASH_CR).
21