zephyr/scripts/dts
Kumar Gala 01e54a5472 scripts/dts: Change DT_<COMPAT>_<INSTANCE>_<PROP> define
Its possible that the <INSTANCE> number could conflict with the register
number.  This is shown to happen for a device like soc-nv-flash at
address 0.

So change naming convention to DT_INST_<INSTANCE>_<COMPAT>_<PROP> and
make DT_<COMPAT>_<INSTANCE>_<PROP> as deprecated.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-06-14 08:02:15 -05:00
..
extract scripts/dts: Change DT_<COMPAT>_<INSTANCE>_<PROP> define 2019-06-14 08:02:15 -05:00
devicetree.py scripts/dts: Fix bug in dead /memreserve/ code 2019-03-28 11:11:13 -05:00
extract_dts_includes.py scripts/dts: Change DT_<COMPAT>_<INSTANCE>_<PROP> define 2019-06-14 08:02:15 -05:00