zephyr/scripts/dts/python-devicetree
Daniel Leung 418c915f1b dts: add primitive support for multi-bus in bindings
For a single bus that supports multiple protocols, e.g. I3C and I2C,
the single value "bus:" setting is no longer sufficient, as a I3C bus
cannot be matched to a device having "on-bus: I2C". This commit
extends the "bus:" setting so that it can accept a list of values.
This change allows corresponding devicetree macros to be generated
so that DT_ON_BUS() can work properly in this scenario.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2022-09-09 17:42:33 -04:00
..
src/devicetree dts: add primitive support for multi-bus in bindings 2022-09-09 17:42:33 -04:00
tests dts: add primitive support for multi-bus in bindings 2022-09-09 17:42:33 -04:00
.gitignore
requirements.txt
setup.py
tox.ini python-devicetree: CI hotfix 2022-06-06 09:09:27 -07:00