Searched +full:pullup +full:- +full:uv (Results 1 – 3 of 3) sorted by relevance
5 * SPDX-License-Identifier: Apache-2.010 #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 …]
2 # SPDX-License-Identifier: Apache-2.06 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 …]
4 * SPDX-License-Identifier: Apache-2.07 #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 …]