mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 12:11:56 +00:00
This patch adds a flash driver for the Atmel SAM E70 SoC. The driver has been kept simple by considering that the flash is only composed of 8-KiB blocks. Indeed an area at the beginning of the flash might be erased with a smaller granularity, and the other blocks can also be erased with a higher granularity. It also only handles the global read/write protection, not the 128-KiB lock regions. A write error is returned if a region is locked. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> |
||
---|---|---|
.. | ||
sam3x.dtsi | ||
sam4s.dtsi | ||
sam4s2a.dtsi | ||
sam4s2b.dtsi | ||
sam4s2c.dtsi | ||
sam4s4a.dtsi | ||
sam4s4b.dtsi | ||
sam4s4c.dtsi | ||
sam4s8b.dtsi | ||
sam4s8c.dtsi | ||
sam4s16b.dtsi | ||
sam4s16c.dtsi | ||
samd.dtsi | ||
samd20.dtsi | ||
samd21.dtsi | ||
same70.dtsi | ||
same70q21.dtsi |