Home
last modified time | relevance | path

Searched full:compatibles (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-latest/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
101 Enable driver for WS2812 (and compatibles) LED strip using
/Zephyr-latest/dts/bindings/usb/uac2/
Dzephyr,uac2.yaml8 # Child nodes of "zephyr,uac2" compatibles are supposed to be Audio Control
10 # After all Audio Control entities, the Audio Streaming interface compatibles
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py93 # in their compatibles, like 'gpio-keys'. This is the first key.
146 # vendor prefix in their compatibles, like 'gpio-keys'
349 # build compatibles set and dump it
350 compatibles = {binding.compatible for binding in bindings}
352 f'.. dtcompatible:: {compatible}' for compatible in compatibles
449 # First, figure out which compatibles map to multiple bindings. We
461 # per-compatible targets for compatibles not in 'dup_compats'.
463 # for compatibles in 'dup_compats'.
481 compatibles_dir = out_dir / 'compatibles'
503 # compatibles which have multiple associated bindings; if
[all …]
/Zephyr-latest/dts/bindings/sensor/
Dsensirion,shtcx.yaml7 Additionally use "sensirion,shtc1" or "sensirion,shtc3" compatibles
/Zephyr-latest/dts/bindings/fs/
Dzephyr,fstab-common.yaml4 # Common properties for Zephyr filesystem compatibles
/Zephyr-latest/samples/basic/custom_dts_binding/
DREADME.rst19 :dtcompatible:`gpio-keys` compatibles can be used.
/Zephyr-latest/samples/subsys/task_wdt/src/
Dmain.c17 * 'watchdog0' property, or one of the following watchdog compatibles
/Zephyr-latest/tests/drivers/watchdog/wdt_basic_reset_none/src/
Dmain.c13 * 'watchdog0' property, or one of the following watchdog compatibles
/Zephyr-latest/soc/nordic/
Dvalidate_rram_partitions.c83 /* Retrieve all RRAM partitions by looking for "fixed-partitions" compatibles in each RRAM node. */
/Zephyr-latest/scripts/dts/
Dgen_dts_cmake.py139 # compatibles is always an array
Dgen_defines.py443 # Writes a macro for each of the node's compatibles. We don't care
445 # them. The compatibles the node provides are what is important.
952 out_comment('Macros for compatibles with status "okay" nodes\n')
/Zephyr-latest/doc/
Dconf.py288 "build/dts/api/compatibles.*",
314 "build/dts/api/compatibles/**/*",
/Zephyr-latest/dts/bindings/net/wireless/
Dnordic,nrf-radio.yaml37 Refer to the bindings for these compatibles for more information
/Zephyr-latest/scripts/pylib/twister/
Dexpr_parser.py242 # nodes, which do not have compatibles themselves.
/Zephyr-latest/doc/build/dts/
Dbindings-upstream.rst119 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.bnf61 ; Macros are generated for each of a node's compatibles;
/Zephyr-latest/scripts/build/
Dcheck_init_priorities.py44 # List of compatibles for nodes where we don't check the priority.
/Zephyr-latest/doc/hardware/porting/
Dsoc_porting.rst175 compatible = "<compatibles>";
/Zephyr-latest/tests/drivers/watchdog/wdt_basic_api/src/
Dtest_wdt.c66 * 'watchdog0' property, or one of the following watchdog compatibles
/Zephyr-latest/doc/releases/
Dmigration-guide-4.0.rst222 Existing devicetree compatibles should be updated to :dtcompatible:`u-blox,m8`, and Kconfig
340 compatibles and can be removed from board ``.defconfig`` files.
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py1964 descriptions. If given, compatibles in the form "manufacturer,device"
2204 # compatibles. Might get false positives above due to comments and
2221 # any child bindings that have their own compatibles.
2330 # compatibles it wants. Other nodes get checked.
2377 compatibles = node.props['compatible'].val
2381 # property to a list of strings. So we know 'compatibles'
2383 assert isinstance(compatibles, list)
2385 for compat in compatibles:
/Zephyr-latest/subsys/usb/device/class/audio/
Dusb_audio_internal.h71 /* Names of compatibles used for configuration of the device */

12