Home
last modified time | relevance | path

Searched +full:pullup +full:- +full:uv (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/drivers/build_all/sensor/
Dadc.dtsi5 * SPDX-License-Identifier: Apache-2.0
10 #include <zephyr/dt-bindings/battery/battery.h>
16 io-channels = <&test_adc 0>;
21 compatible = "voltage-divider";
22 io-channels = <&test_adc 1>;
23 io-channel-names = "VOLTAGE";
24 output-ohms = <47000>; /* R1 */
25 full-ohms = <(100000 + 47000)>; /* R2 + R1 */
26 power-gpios = <&test_gpio 0 0>;
31 compatible = "current-sense-amplifier";
[all …]
/Zephyr-latest/dts/bindings/sensor/
Dntc-thermistor.yaml2 # SPDX-License-Identifier: Apache-2.0
6 include: [sensor-device.yaml]
9 io-channels:
14 pullup-uv:
17 The pullup voltage microvoltage in the circuit.
18 If not specified, it is assumed that the pullup voltage is VDD. Therefore,
22 pullup-ohm:
25 The pullup resistance in the circuit.
27 pulldown-ohm:
32 connected-positive:
[all …]
/Zephyr-latest/boards/tdk/robokit1/
Drobokit1-common.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include "robokit1-pinctrl.dtsi"
14 die-temp0 = &icm42688;
15 ambient-temp0 = &temp_sensor;
20 zephyr,shell-uart = &uart2;
23 zephyr,code-partition = &slot0_partition;
27 compatible = "gpio-leds";
48 io-channels = <&spi_adc 0>;
49 pullup-uv = <3300000>;
50 pullup-ohm = <0>;
[all …]