Home
last modified time | relevance | path

Searched +full:twl4030 +full:- +full:bci (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dtwl4030-charger.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/supply/twl4030-charger.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TWL4030 BCI (Battery Charger Interface)
14 value in explicit configuration in device-tree. Rather if there is a sibling
15 of the BCI node which is compatible with "ti,twl4030-usb", then that is used
19 - Sebastian Reichel <sre@kernel.org>
22 - $ref: power-supply.yaml#
26 const: ti,twl4030-bci
[all …]
H A Dtwl-charger.txt1 TWL BCI (Battery Charger Interface)
8 is no value in explicit configuration in device-tree. Rather
9 if there is a sibling of the BCI node which is compatible with
10 "ti,twl4030-usb", then that is used to determine when and how
14 - compatible:
15 - "ti,twl4030-bci"
16 - interrupts: two interrupt lines from the TWL SIH (secondary
17 interrupt handler) - interrupts 9 and 2.
20 - ti,bb-uvolt: microvolts for charging the backup battery.
21 - ti,bb-uamp: microamps for charging the backup battery.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dti,twl.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andreas Kemnade <andreas@kemnade.info>
19 - if:
23 const: ti,twl4030
26 "^regulator-":
30 - ti,twl4030-vaux1
31 - ti,twl4030-vaux2
32 - ti,twl4030-vaux3
[all …]
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dtwl4030.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
10 compatible = "ti,twl4030";
11 interrupt-controller;
12 #interrupt-cells = <1>;
15 compatible = "ti,twl4030-rtc";
19 charger: bci {
20 compatible = "ti,twl4030-bci";
22 bci3v1-supply = <&vusb3v1>;
23 io-channels = <&twl_madc 11>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dtwlxxxx-usb.txt4 - compatible : Should be "ti,twl6030-usb"
5 - interrupts : Two interrupt numbers to the cpu should be specified. First
10 - usb-supply : phandle to the regulator device tree node. It should be vusb
13 twl6030-usb {
14 compatible = "ti,twl6030-usb";
19 &twl6030-usb {
20 usb-supply = <&vusb>;
23 TWL4030 USB PHY AND COMPARATOR
24 - compatible : Should be "ti,twl4030-usb"
25 - interrupts : The interrupt numbers to the cpu should be specified. First
[all …]