zephyr/boards/arm/sam_e70_xplained
Kumar Gala 4e7863dc41 dts: Make instance defines consistent
We generated a define for each instance to convey its existance of the
form:
	#define DT_<COMPAT>_<INSTANCE> 1

However we renamed all other instance defines to be of the form
DT_INST_<INSTANCE>_<FOO>.  To make things consistent we now generate a
define of the form:

	#define DT_INST_<INSTANCE>_<COMPAT> 1

We also now deprecate the DT_<COMPAT>_<INSTANCE> form and fixup all uses
to use the new form.

Fixes: #17650

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-07-30 17:10:31 -05:00
..
doc doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
support
CMakeLists.txt
Kconfig.board boards: support the SAME70Q21B on the SAM E70 Xplained Board 2019-05-07 23:10:21 -04:00
Kconfig.defconfig samples: grove_light: remove whitelisting 2019-06-13 16:09:02 -04:00
board.cmake license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
pinmux.c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00
sam_e70_xplained.dts dts: Add information about CPU frequency to the cpu nodes 2019-07-17 21:53:36 +02:00
sam_e70_xplained.yaml
sam_e70_xplained_defconfig license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00