Home
last modified time | relevance | path

Searched +full:ab8500 +full:- +full:btemp (Results 1 – 7 of 7) 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-schemas/core.yaml#
7 title: ST-Ericsson Analog Baseband AB8500 and AB8505
10 - Linus Walleij <linus.walleij@linaro.org>
13 the AB8500 "Analog Baseband" is the mixed-signals integrated circuit
14 handling power management (regulators), analog-to-digital conversion
15 (ADC), battery charging, fuel gauging of the battery, battery-backed
16 RTC, PWM, USB PHY and some GPIO lines in the ST-Ericsson U8500 platforms
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ab8500/
H A Dbtemp.txt1 === AB8500 Battery Temperature Monitor Driver ===
3 The properties below describes the node for btemp 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
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 …]
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dstericsson,ab8500-btemp.yaml1 # SPDX-License-Identifier: GPL-2.0
4 ---
5 $id: http://devicetree.org/schemas/power/supply/stericsson,ab8500-btemp.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: AB8500 Battery Temperature Monitor
11 - Sebastian Reichel <sre@kernel.org>
14 - $ref: power-supply.yaml#
18 const: stericsson,ab8500-btemp
20 monitored-battery:
31 interrupt-names:
[all …]
/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 …]