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 license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig.defconfig.series soc: replace USB configuration option with USB_DEVICE_DRIVER 2021-08-03 19:00:12 -04:00
Kconfig.series soc: arm: atmel_sam: same70: Remove ARM_MPU selection 2020-05-08 11:11:59 +02:00
Kconfig.soc soc: same70: Fix incorrect default config value 2019-12-09 15:50:13 +01:00
linker.ld arch: arm: Move ARM code to AArch32 sub-directory 2019-12-20 11:40:59 -05:00
soc.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
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