Home
last modified time | relevance | path

Searched +full:ab8500 +full:- +full:fg (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dab8500.txt1 * AB8500 Multi-Functional Device (MFD)
4 - compatible : contains "stericsson,ab8500" or "stericsson,ab8505";
5 - interrupts : contains the IRQ line for the AB8500
6 - interrupt-controller : describes the AB8500 as an Interrupt Controller (has its own domain)
7 - #interrupt-cells : should be 2, for 2-cell format
8 - The first cell is the AB8500 local IRQ number
9 - The second cell is used to specify optional parameters
10 - bits[3:0] trigger type and level flags:
11 1 = low-to-high edge triggered
12 2 = high-to-low edge triggered
[all …]
H A Dstericsson,ab8500.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mfd/stericsson,ab8500.yaml#
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dstericsson,ab8500-fg.yaml1 # 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#
8 title: AB8500 Fuel Gauge
11 - Sebastian Reichel <sre@kernel.org>
14 - $ref: power-supply.yaml#
18 const: stericsson,ab8500-fg
20 monitored-battery:
28 line-impedance-micro-ohms:
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ab8500/
H A Dfg.txt1 === AB8500 Fuel Gauge Driver ===
3 AB8500 is a mixed signal multimedia and power management
4 device comprising: power and energy-management-module,
5 wall-charger, usb-charger, audio codec, general purpose adc,
8 Fuelgauge support is part of energy-management-modules, other
10 main-charger, usb-combo-charger and battery-temperature-monitoring.
15 - compatible = This shall be: "stericsson,ab8500-fg"
16 - battery = Shall be battery specific information
19 compatible = "stericsson,ab8500-fg";
30 thermistor-on-batctrl:
[all …]
H A Dcharger.txt1 === AB8500 Charger Driver ===
4 - compatible = Shall be "stericsson,ab8500-charger"
5 - battery = Shall be battery specific information
8 compatible = "stericsson,ab8500-charger";
12 - vddadc-supply: Supply for USB and Main charger
14 ab8500-charger {
15 vddadc-supply = <&ab8500_ldo_tvout_reg>;
17 - autopower_cfg:
20 ab8500-charger {
25 Documentation/devicetree/bindings/power/supply/ab8500/fg.txt
H A Dchargalg.txt1 === AB8500 Charging Algorithm Driver ===
6 - compatible = Shall be: "stericsson,ab8500-chargalg"
7 - battery = Shall be battery specific information
11 compatible = "stericsson,ab8500-chargalg";
16 Documentation/devicetree/bindings/power/supply/ab8500/fg.txt
H A Dbtemp.txt1 === AB8500 Battery Temperature Monitor Driver ===
6 - compatible = Shall be: "stericsson,ab8500-btemp"
7 - battery = Shall be battery specific information
11 compatible = "stericsson,ab8500-btemp";
16 Documentation/devicetree/bindings/power/supply/ab8500/fg.txt
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-ab8505.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
6 #include <dt-bindings/clock/ste-ab8500.h>
10 iio-hwmon {
11 compatible = "iio-hwmon";
12 io-channels = <&gpadc 0x02>, /* Battery temperature */
24 interrupt-parent = <&intc>;
26 interrupt-controller;
27 #interrupt-cells = <2>;
28 #address-cells = <1>;
29 #size-cells = <0>;
[all …]
H A Dste-ab8500.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
6 #include <dt-bindings/clock/ste-ab8500.h>
10 iio-hwmon {
11 compatible = "iio-hwmon";
12 io-channels = <&gpadc 0x02>, /* Battery temperature */
25 ab8500 {
26 compatible = "stericsson,ab8500";
27 interrupt-parent = <&intc>;
29 interrupt-controller;
30 #interrupt-cells = <2>;
[all …]