Searched +full:sc2731 +full:- +full:charger (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | sc2731_charger.txt | 1 Spreadtrum SC2731 PMIC battery charger binding 4 - compatible: Should be "sprd,sc2731-charger". 5 - reg: Address offset of charger register. 6 - phys: Contains a phandle to the USB phy. 9 - monitored-battery: phandle of battery characteristics devicetree node. 10 The charger uses the following battery properties: 11 - charge-term-current-microamp: current for charge termination phase. 12 - constant-charge-voltage-max-microvolt: maximum constant input voltage. 18 compatible = "simple-battery"; 19 charge-term-current-microamp = <120000>; [all …]
|
H A D | sc2731-charger.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/power/supply/sc2731-charger.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Spreadtrum SC2731 PMICs battery charger 10 - Sebastian Reichel <sre@kernel.org> 13 - $ref: power-supply.yaml# 17 const: sprd,sc2731-charger 26 monitored-battery: 28 The charger uses the following battery properties [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/sprd/ |
H A D | sc2731.dtsi | 2 * Spreadtrum SC2731 PMIC dts file 6 * SPDX-License-Identifier: (GPL-2.0+ OR MIT) 11 compatible = "sprd,sc2731"; 13 spi-max-frequency = <26000000>; 15 interrupt-controller; 16 #interrupt-cells = <1>; 17 #address-cells = <1>; 18 #size-cells = <0>; 20 charger@0 { 21 compatible = "sprd,sc2731-charger"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | sprd,sc27xx-pmic.txt | 4 and SC2731. The Spreadtrum PMIC belonging to SC27xx series integrates all 8 - DCDCs to support CPU, memory. 9 - LDOs to support both internal and external requirement. 10 - Battery management system, such as charger, fuel gauge. 11 - Audio codec. 12 - User interface function, such as indicator, flash LED and so on. 13 - IC level interface, such as power on/off control, RTC and typec and so on. 16 - compatible: Should be one of the following: 21 "sprd,sc2731" 22 - reg: The address of the device chip select, should be 0. [all …]
|