zephyr/scripts/dts/python-devicetree/src/devicetree
Henrik Brix Andersen 28819152cb scripts: dts: add special tooling for handling GPIO hog nodes
GPIO hog nodes contain a "gpios" property, but unlike other "*-gpios"
properties, these are not phandle-arrays as they only carry the data part
(e.g. pin, flags) but lack the phandles to the (parent) GPIO controller.

Add special devicetree tooling to handle the "gpios" property of GPIO hog
nodes and generate special devicetree helper macros as if they were phandle
arrays.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2023-01-27 14:38:52 -08:00
..
__init__.py
dtlib.py dtlib: implement copy.deepcopy() for DT 2022-11-07 19:00:31 +01:00
edtlib.py scripts: dts: add special tooling for handling GPIO hog nodes 2023-01-27 14:38:52 -08:00
grutils.py