Home
last modified time | relevance | path

Searched refs:compatibles (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.6.0/doc/_scripts/
Dgen_devicetree_rest.py292 compatibles = {binding.compatible for binding in bindings}
294 f'.. dtcompatible:: {compatible}' for compatible in compatibles
680 def setup_compatibles_dir(compatibles, compatibles_dir): argument
690 for compatible in compatibles)
/Zephyr-Core-3.6.0/samples/basic/custom_dts_binding/
DREADME.rst19 :dtcompatible:`gpio-keys` compatibles can be used.
/Zephyr-Core-3.6.0/doc/build/dts/
Dbindings-upstream.rst113 properties, and compatibles should not include them unless they refer to an
Dhowtos.rst389 ``my_spi_device`` and ``my_i2c_device`` compatibles, you should now be able to
401 compatibles) supported by the driver.
Dtroubleshooting.rst135 devicetree compatibles they are associated with. You will have to figure this
Dintro-syntax-structure.rst242 ``devicetree.h`` to find nodes with relevant compatibles, in order to
Dmacros.bnf60 ; Macros are generated for each of a node's compatibles;
/Zephyr-Core-3.6.0/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py2335 compatibles = node.props['compatible'].val
2341 assert isinstance(compatibles, list)
2343 for compat in compatibles:
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-3.6.rst434 matching the devicetree compatibles :dtcompatible:`quectel,lc26g`,
Drelease-notes-2.4.rst1388 * :github:`26397` - storage: flash_map: Only works on limited compatibles
Drelease-notes-3.2.rst18 * Improved access to Devicetree compatibles from Kconfig (new generated
Drelease-notes-3.3.rst746 advantage of device tree compatibles.