1description: Flash node 2 3compatible: "soc-nv-flash" 4 5include: base.yaml 6 7properties: 8 erase-block-size: 9 type: int 10 description: address alignment required by flash erase operations 11 12 write-block-size: 13 type: int 14 description: address alignment required by flash write operations 15