c6cb2d6942
Devices like the ATSAM series chips have retained registers which are used to store memory. The memory is accessed just like RAM, but since they are registers, their size and address is used directly. This commit adds a near complete copy of the generic retained ram driver and bindings file, adding the reg property to the bindings file, and updating the init macro in the driver to use the reg address and size. Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.nrf | ||
Kconfig.zephyr | ||
retained_mem_handlers.c | ||
retained_mem_nrf_gpregret.c | ||
retained_mem_zephyr_ram.c | ||
retained_mem_zephyr_reg.c |