Searched +full:io +full:- +full:channel +full:- +full:cells (Results 1 – 25 of 612) sorted by relevance
12345678910>>...25
/Zephyr-latest/tests/drivers/build_all/adc/boards/ |
D | native_sim.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 * with real-world devicetree nodes, to allow these tests to run on 15 #address-cells = <1>; 16 #size-cells = <1>; 19 compatible = "zephyr,adc-emul"; 21 ref-internal-mv = <3300>; 22 ref-external1-mv = <5000>; 23 #io-channel-cells = <1>; 29 gpio-controller; 31 #gpio-cells = <0x2>; [all …]
|
/Zephyr-latest/tests/drivers/build_all/dac/ |
D | app.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 * with real-world devicetree nodes, to allow these tests to run on 15 #address-cells = <1>; 16 #size-cells = <1>; 20 gpio-controller; 22 #gpio-cells = <0x2>; 27 #address-cells = <1>; 28 #size-cells = <0>; 32 clock-frequency = <100000>; 37 #io-channel-cells = <1>; [all …]
|
/Zephyr-latest/include/zephyr/devicetree/ |
D | io-channels.h | 3 * @brief IO channels devicetree macro public API header file. 9 * SPDX-License-Identifier: Apache-2.0 20 * @defgroup devicetree-io-channels Devicetree IO Channels API 28 * io-channels property at an index 37 * io-channels = <&adc1 10>, <&adc2 20>; 45 * @param node_id node identifier for a node with an io-channels property 46 * @param idx logical index into io-channels property 55 * io-channels property by name 64 * io-channels = <&adc1 10>, <&adc2 20>; 65 * io-channel-names = "SENSOR", "BANDGAP"; [all …]
|
/Zephyr-latest/dts/bindings/adc/ |
D | ti,ads7052.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Texas Instrument Single Channel SPI ADC 8 include: [adc-controller.yaml, spi-device.yaml] 10 on-bus: spi 13 "#io-channel-cells": 16 io-channel-cells: 17 - input
|
D | microchip,mcp320x-base.yaml | 3 include: [adc-controller.yaml, spi-device.yaml] 6 "#io-channel-cells": 9 io-channel-cells: 10 - input
|
D | maxim,max11102-17-base.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 include: [adc-controller.yaml, spi-device.yaml] 7 "#io-channel-cells": 10 io-channel-cells: 11 - input
|
D | ti,ads1x1x-base.yaml | 3 include: [adc-controller.yaml, i2c-device.yaml] 6 "#io-channel-cells": 9 alert-rdy-gpios: 10 type: phandle-array 13 io-channel-cells: 14 - input
|
D | ti,lmp90xxx-base.yaml | 3 include: [adc-controller.yaml, spi-device.yaml] 8 drdyb-gpios: 9 type: phandle-array 12 "#io-channel-cells": 15 io-channel-cells: 16 - input
|
D | atmel,sam-afec.yaml | 3 compatible: "atmel,sam-afec" 6 - name: adc-controller.yaml 7 - name: pinctrl-device.yaml 19 "#io-channel-cells": 22 io-channel-cells: 23 - input
|
D | ti,tla202x-base.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 include: [i2c-device.yaml, adc-controller.yaml] 7 "#io-channel-cells": 10 io-channel-cells: 11 - input
|
D | nordic,nrf-adc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "nordic,nrf-adc" 8 include: adc-controller.yaml 17 "#io-channel-cells": 20 io-channel-cells: 21 - input
|
D | silabs,gecko-iadc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "silabs,gecko-iadc" 8 include: adc-controller.yaml 17 "#io-channel-cells": 20 io-channel-cells: 21 - input
|
D | ti,cc32xx-adc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "ti,cc32xx-adc" 8 include: adc-controller.yaml 17 "#io-channel-cells": 20 io-channel-cells: 21 - input
|
D | nordic,nrf-saadc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "nordic,nrf-saadc" 8 include: ["adc-controller.yaml", "memory-region.yaml"] 17 "#io-channel-cells": 20 io-channel-cells: 21 - input
|
D | renesas,smartbond-gpadc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "renesas,smartbond-adc" 8 include: [adc-controller.yaml, pinctrl-device.yaml] 17 "#io-channel-cells": 20 io-channel-cells: 21 - input
|
D | ti,cc13xx-cc26xx-adc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "ti,cc13xx-cc26xx-adc" 8 include: [adc-controller.yaml] 17 "#io-channel-cells": 20 io-channel-cells: 21 - input
|
D | st,stm32wb0-adc.yaml | 1 # SPDX-License-Identifier: Apache-2.0 3 description: STM32WB0 series Analog-to-Digital Converter 5 compatible: "st,stm32wb0-adc" 7 include: [adc-controller.yaml, pinctrl-device.yaml] 19 "#io-channel-cells": 22 io-booster: 29 io-channel-cells: 30 - input
|
/Zephyr-latest/dts/bindings/base/ |
D | base.yaml | 10 - "ok" # Deprecated form 11 - "okay" 12 - "disabled" 13 - "reserved" 14 - "fail" 15 - "fail-sss" 18 type: string-array 26 reg-names: 27 type: string-array 34 # Does not follow the 'type: phandle-array' scheme, but gets type-checked [all …]
|
/Zephyr-latest/dts/bindings/dac/ |
D | ti,dacx3608-base.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 include: [dac-controller.yaml, i2c-device.yaml] 7 "#io-channel-cells": 10 io-channel-cells: 11 - output
|
D | espressif,esp32-dac.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 is part of the RTC low-power domain and belongs to the SENSE 8 RTCIO mux, which is separated from the main IO mux. 13 - GPIO25 as DAC channel 1 14 - GPIO26 as DAC channel 2 16 ESP32-S2 pads 17 - GPIO17 as DAC channel 1 18 - GPIO18 as DAC channel 2 27 To specify the DAC channel to use, dts overlay must include 28 properties 'dac-channel-id', which uses zero based channel index. [all …]
|
D | microchip,mcp4725.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Microchip MCP4725 12-bit DAC 8 include: [dac-controller.yaml, i2c-device.yaml] 11 "#io-channel-cells": 14 io-channel-cells: 15 - output
|
D | adi,ad56xx-base.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 include: [dac-controller.yaml, spi-device.yaml] 7 "#io-channel-cells": 10 reset-gpios: 11 type: phandle-array 14 io-channel-cells: 15 - output
|
D | st,stm32-dac.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "st,stm32-dac" 8 include: [dac-controller.yaml, pinctrl-device.yaml] 17 "#io-channel-cells": 20 io-channel-cells: 21 - output
|
/Zephyr-latest/dts/bindings/test/ |
D | vnd,adc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 include: adc-controller.yaml 11 "#io-channel-cells": 14 io-channel-cells: 15 - input
|
/Zephyr-latest/tests/drivers/adc/adc_rescale/boards/ |
D | native_sim.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 #include <zephyr/dt-bindings/adc/adc.h> 11 compatible = "voltage-divider"; 12 io-channels = <&adc0 0>; 13 output-ohms = <50>; 14 full-ohms = <100>; 18 compatible = "current-sense-shunt"; 19 io-channels = <&adc0 1>; 20 shunt-resistor-micro-ohms = <500000>; 24 compatible = "current-sense-amplifier"; [all …]
|
12345678910>>...25