zephyr/scripts/dts/python-devicetree/src/devicetree
Martí Bolívar 62d8d1a4c6 edtlib: infer bindings for dtlib.Type.PATH
We already have support for handling the Zephyr binding "path" type in
edtlib.Node._prop_val(), but the binding inference code isn't making
use of that. Handle this type as well, as it is just as convenient as
Type.PHANDLE and can be more idiomatic depending on the situation.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2021-04-22 15:32:10 +02:00
..
__init__.py
dtlib.py dtlib: add Type enum 2021-04-22 15:32:10 +02:00
edtlib.py edtlib: infer bindings for dtlib.Type.PATH 2021-04-22 15:32:10 +02:00
grutils.py