zephyr/drivers/hwinfo
Benjamin Valentin c43067047c drivers: hwinfo: add driver support for Atmel SAM0 device ID
Add driver support for Atmel SAM0 device ID, which is 16-bytes long.
The device ID can simply be read from memory at a known location, but
the location is only described in the data sheet, not in ASF.

For SAMD2x it's 0x0080A00C, 0x0080A040, 0x0080A044 & 0x0080A048.
For SAMD5x it's 0x008061FC, 0x00806010, 0x00806014 & 0x00806018.

This adds a new property to the device tree to define the device ID
registers for this SoC family.

Signed-off-by: Benjamin Valentin <benjamin.valentin@ml-pa.com>
2019-04-18 17:54:30 -04:00
..
CMakeLists.txt drivers: hwinfo: add driver support for Atmel SAM0 device ID 2019-04-18 17:54:30 -04:00
Kconfig drivers: hwinfo: add driver support for Atmel SAM0 device ID 2019-04-18 17:54:30 -04:00
hwinfo_handlers.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
hwinfo_imxrt.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
hwinfo_mcux_sim.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
hwinfo_nrf.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
hwinfo_sam.c drivers: hwinfo: add driver support for Atmel SAM device ID 2019-03-25 15:55:48 -04:00
hwinfo_sam0.c drivers: hwinfo: add driver support for Atmel SAM0 device ID 2019-04-18 17:54:30 -04:00
hwinfo_shell.c shell: Make sure digits of the device id are rendered with 2 hex digits 2019-03-09 10:05:01 -05:00
hwinfo_stm32.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
hwinfo_weak_impl.c all: Update reserved function names 2019-03-11 13:48:42 -04:00