Searched full:compatibles (Results 1 – 25 of 33) sorted by relevance
12
/Zephyr-latest/drivers/led_strip/ |
D | Kconfig.ws2812 | 16 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/ |
D | zephyr,uac2.yaml | 8 # 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/ |
D | gen_devicetree_rest.py | 93 # 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/ |
D | sensirion,shtcx.yaml | 7 Additionally use "sensirion,shtc1" or "sensirion,shtc3" compatibles
|
/Zephyr-latest/dts/bindings/fs/ |
D | zephyr,fstab-common.yaml | 4 # Common properties for Zephyr filesystem compatibles
|
/Zephyr-latest/samples/basic/custom_dts_binding/ |
D | README.rst | 19 :dtcompatible:`gpio-keys` compatibles can be used.
|
/Zephyr-latest/samples/subsys/task_wdt/src/ |
D | main.c | 17 * 'watchdog0' property, or one of the following watchdog compatibles
|
/Zephyr-latest/tests/drivers/watchdog/wdt_basic_reset_none/src/ |
D | main.c | 13 * 'watchdog0' property, or one of the following watchdog compatibles
|
/Zephyr-latest/soc/nordic/ |
D | validate_rram_partitions.c | 83 /* Retrieve all RRAM partitions by looking for "fixed-partitions" compatibles in each RRAM node. */
|
/Zephyr-latest/scripts/dts/ |
D | gen_dts_cmake.py | 139 # compatibles is always an array
|
D | gen_defines.py | 443 # 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/ |
D | conf.py | 288 "build/dts/api/compatibles.*", 314 "build/dts/api/compatibles/**/*",
|
/Zephyr-latest/dts/bindings/net/wireless/ |
D | nordic,nrf-radio.yaml | 37 Refer to the bindings for these compatibles for more information
|
/Zephyr-latest/scripts/pylib/twister/ |
D | expr_parser.py | 242 # nodes, which do not have compatibles themselves.
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-upstream.rst | 119 properties, and compatibles should not include them unless they refer to an
|
D | howtos.rst | 389 ``my_spi_device`` and ``my_i2c_device`` compatibles, you should now be able to 401 compatibles) supported by the driver.
|
D | troubleshooting.rst | 135 devicetree compatibles they are associated with. You will have to figure this
|
D | intro-syntax-structure.rst | 242 ``devicetree.h`` to find nodes with relevant compatibles, in order to
|
D | macros.bnf | 61 ; Macros are generated for each of a node's compatibles;
|
/Zephyr-latest/scripts/build/ |
D | check_init_priorities.py | 44 # List of compatibles for nodes where we don't check the priority.
|
/Zephyr-latest/doc/hardware/porting/ |
D | soc_porting.rst | 175 compatible = "<compatibles>";
|
/Zephyr-latest/tests/drivers/watchdog/wdt_basic_api/src/ |
D | test_wdt.c | 66 * 'watchdog0' property, or one of the following watchdog compatibles
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.0.rst | 222 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/ |
D | edtlib.py | 1964 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/ |
D | usb_audio_internal.h | 71 /* Names of compatibles used for configuration of the device */
|
12