Lines Matching +full:io +full:- +full:channels
1 # SPDX-License-Identifier: GPL-2.0
4 ---
5 $id: http://devicetree.org/schemas/power/supply/stericsson,ab8500-fg.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Sebastian Reichel <sre@kernel.org>
14 - $ref: power-supply.yaml#
18 const: stericsson,ab8500-fg
20 monitored-battery:
28 line-impedance-micro-ohms:
36 interrupt-names:
38 - const: NCONV_ACCU
39 - const: BATT_OVV
40 - const: LOW_BAT_F
41 - const: CC_INT_CALIB
42 - const: CCEOC
44 io-channels:
47 io-channel-names:
49 - const: main_bat_v
52 - compatible
53 - monitored-battery
54 - interrupts
55 - interrupt-names
56 - io-channels
57 - io-channel-names
62 - |
63 #include <dt-bindings/interrupt-controller/irq.h>
65 fuel-gauge {
66 compatible = "stericsson,ab8500-fg";
67 monitored-battery = <&battery>;
73 interrupt-names = "NCONV_ACCU",
78 io-channels = <&gpadc 0x08>;
79 io-channel-names = "main_bat_v";