zephyr/scripts/dts/python-devicetree/src/devicetree
Grant Ramsay 5443703dc9 edtlib: Exclude PCI devices from some inapplicable checks
PCI devices are have some differences to regular nodes:
* node name specifies device/function e.g. "pcie@1,0"
* register address has a different meaning
* zero-sized register is allowed

This improves alignment with Linux DT for PCI devices

Signed-off-by: Grant Ramsay <gramsay@enphaseenergy.com>
2023-08-18 10:13:12 +02:00
..
__init__.py
_private.py edtlib: extract _slice() code to new helper module 2023-02-27 17:44:45 +01:00
dtlib.py dtlib: fix docstring 2023-04-17 08:58:14 -07:00
edtlib.py edtlib: Exclude PCI devices from some inapplicable checks 2023-08-18 10:13:12 +02:00
grutils.py