zephyr/soc/arm/atmel_sam/same70
Gerard Marull-Paretas e5e73a70e9 soc: remove unnecessary inclusions of devicetree.h
Many ARM SoCs included <devicetree.h> likely due to:

1. nvic.h not being self-contained
2. As a result of copy-paste

Some RISC-V SoCs had the same problem, in this case likely due to
copy-paste from ARM. The <devicetree.h> header has been removed using
the following command:

sed -i ':a;N;$!ba;s/#include <devicetree\.h>\n//g' soc/**/soc.h

soc.h files that make a legitimate usage of the API have not been
changed.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-01-11 11:52:27 +01:00
..
CMakeLists.txt
Kconfig.defconfig.series soc: replace USB configuration option with USB_DEVICE_DRIVER 2021-08-03 19:00:12 -04:00
Kconfig.series
Kconfig.soc
linker.ld
soc.c
soc.h soc: remove unnecessary inclusions of devicetree.h 2022-01-11 11:52:27 +01:00
soc_config.c soc: same70, samv71: free TRACESWO pin when unused 2021-07-17 08:09:08 -04:00