zephyr/dts
Erwan Gouriou 104553d93f yaml: fix properties syntax to 'mapping' instead of 'series'
According to yaml syntaxic rules, 'properties' described in dts
bindings yaml files could be seen as 'mapping'(key/value couple),
instead of 'series' (list of single elements).
yaml 'mappings' will then be converted by yaml python library as
python 'dict' which will ease treatment (instead of current list
as were before this commit).
Same treatment is applied to 'inherits'.

script extract_dts_inlcude is updated to take change of yaml_list
structre into account. This allows some code simplification. Largest
impact is yaml_collapse function which works now allow complete
overload method on all the attributes of a yaml nodes.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2017-11-28 11:42:59 -06:00
..
arc dts: arc: Get flash address from dts file 2017-11-21 07:05:07 -05:00
arm dts: stm32f1: Fix pinctrl node base address 2017-11-21 06:57:50 -05:00
bindings yaml: fix properties syntax to 'mapping' instead of 'series' 2017-11-28 11:42:59 -06:00
common dts: yaml: rework yaml file layout 2017-10-23 15:02:00 +02:00
x86 dts: x86: Add device tree support for QUARK_X1000 soc based devices 2017-11-27 22:18:20 -05:00
Kconfig dts: Make Kconfig options invisible to user 2017-08-10 15:53:29 -05:00
dts.cmake dts: Move dts files into board dirs 2017-11-09 14:23:41 -06:00