Searched +full:tps65217 +full:- +full:charger (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | tps65217_charger.txt | 1 TPS65217 Charger 4 -compatible: "ti,tps65217-charger" 5 -interrupts: TPS65217 interrupt numbers for the AC and USB charger input change. 6 Should be <0> for the USB charger and <1> for the AC adapter. 7 -interrupt-names: Should be "USB" and "AC" 9 This node is a subnode of the tps65217 PMIC. 13 tps65217-charger { 14 compatible = "ti,tps65217-charger"; 16 interrupt-names = "USB", "AC";
|
H A D | tps65217-charger.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/power/supply/tps65217-charger.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: TPS65217 Charger 10 - Sebastian Reichel <sre@kernel.org> 13 - $ref: power-supply.yaml# 17 const: ti,tps65217-charger 23 interrupt-names: 25 - const: USB [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/ |
H A D | tps65217.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ 8 * http://www.ti.com/lit/ds/symlink/tps65217.pdf 12 compatible = "ti,tps65217"; 13 interrupt-controller; 14 #interrupt-cells = <1>; 16 charger { 17 compatible = "ti,tps65217-charger"; 19 interrupt-names = "USB", "AC"; 24 compatible = "ti,tps65217-pwrbutton"; [all …]
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_pmic.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 31 * TI TPS65217 PMIC companion chip for AM335x SoC sitting on I2C bus 96 rv = am335x_pmic_read(sc->sc_dev, TPS65217_INT_REG, (uint8_t *)&int_reg, 1); in am335x_pmic_intr() 98 device_printf(sc->sc_dev, "Cannot read interrupt register\n"); in am335x_pmic_intr() 102 rv = am335x_pmic_read(sc->sc_dev, TPS65217_STATUS_REG, (uint8_t *)&status_reg, 1); in am335x_pmic_intr() 104 device_printf(sc->sc_dev, "Cannot read status register\n"); in am335x_pmic_intr() 124 if (!ofw_bus_is_compatible(dev, "ti,tps65217")) in am335x_pmic_probe() 128 sc->sc_dev = dev; in am335x_pmic_probe() 129 /* Convert to 8-bit addressing */ in am335x_pmic_probe() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am335x-bone-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 9 cpu0-supply = <&dcdc2_reg>; 19 stdout-path = &uart0; 23 pinctrl-names = "default"; 24 pinctrl-0 = <&user_leds_s0>; 26 compatible = "gpio-leds"; 31 linux,default-trigger = "heartbeat"; 32 default-state = "off"; 38 linux,default-trigger = "mmc0"; [all …]
|
H A D | am335x-boneblue.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 5 /dts-v1/; 8 #include "am335x-osd335x-common.dtsi" 9 #include <dt-bindings/interrupt-controller/irq.h> 13 compatible = "ti,am335x-bone-blue", "ti,am33xx"; 16 stdout-path = &uart0; 20 pinctrl-names = "default"; 21 pinctrl-0 = <&user_leds_s0>; 23 compatible = "gpio-leds"; [all …]
|