Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/led_strip/
DKconfig.ws281216 Enable driver for WS2812 (and compatibles) LED strip using SPI.
26 Enable driver for WS2812 (and compatibles) LED strip using I2S.
40 Enable driver for WS2812 (and compatibles) LED strip directly controlling with GPIO.
53 Enable driver for WS2812 (and compatibles) LED strip using
/Zephyr-Core-3.7.0/doc/_scripts/
Dgen_devicetree_rest.py297 compatibles = {binding.compatible for binding in bindings}
299 f'.. dtcompatible:: {compatible}' for compatible in compatibles
690 def setup_compatibles_dir(compatibles, compatibles_dir): argument
700 for compatible in compatibles)
/Zephyr-Core-3.7.0/samples/basic/custom_dts_binding/
DREADME.rst19 :dtcompatible:`gpio-keys` compatibles can be used.
/Zephyr-Core-3.7.0/doc/build/dts/
Dbindings-upstream.rst113 properties, and compatibles should not include them unless they refer to an
Dhowtos.rst388 ``my_spi_device`` and ``my_i2c_device`` compatibles, you should now be able to
400 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.bnf61 ; Macros are generated for each of a node's compatibles;
/Zephyr-Core-3.7.0/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py2436 compatibles = node.props['compatible'].val
2442 assert isinstance(compatibles, list)
2444 for compat in compatibles:
/Zephyr-Core-3.7.0/doc/hardware/porting/
Dsoc_porting.rst174 compatible = "<compatibles>";
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-3.6.rst439 matching the devicetree compatibles :dtcompatible:`quectel,lc26g`,
Drelease-notes-3.7.rst1612 This is useful for nodes that have multiple compatibles.
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.