Searched +full:channel3 +full:- +full:current +full:- +full:microamp (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/iio/adc/ti,palmas-gpadc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Tony Lindgren <tony@atomide.com>13 This ADC is often used to provide channels via the io-channels17 1 battery temp NTC (optional current source)19 3 temp (with ext. diode, optional current source)27 11 DC-DC current probe (how does this work?)35 const: ti,palmas-gpadc[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/6 #include <dt-bindings/interrupt-controller/irq.h>7 #include <dt-bindings/interrupt-controller/arm-gic.h>15 stdout-path = &uart3;18 vmain: fixedregulator-vmain {19 compatible = "regulator-fixed";20 regulator-name = "vmain";21 regulator-min-microvolt = <5000000>;22 regulator-max-microvolt = <5000000>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * palmas-adc.c -- TI PALMAS GPADC.26 #define MOD_NAME "palmas-gpadc"29 #define PALMAS_GPADC_TRIMINVALID -190 * struct palmas_gpadc - the palmas_gpadc structure91 * @ch0_current: channel 0 current source setting96 * @ch3_current: channel 0 current source setting110 * This is the palmas_gpadc structure to store run-time information135 if (adc_chan == adc->event0.channel && dir == adc->event0.direction) in palmas_gpadc_get_event()136 return &adc->event0; in palmas_gpadc_get_event()[all …]
1 // SPDX-License-Identifier: GPL-2.03 /dts-v1/;5 #include <dt-bindings/input/gpio-keys.h>6 #include <dt-bindings/input/input.h>13 chassis-type = "convertible";29 trusted-foundations {30 compatible = "tlm,trusted-foundations";31 tlm,version-major = <2>;32 tlm,version-minor = <8>;40 reserved-memory {[all …]