Searched +full:twl4030 +full:- +full:vusb3v1 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | twl4030.dtsi | 1 // 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"; 20 compatible = "ti,twl4030-bci"; 22 bci3v1-supply = <&vusb3v1>; 23 io-channels = <&twl_madc 11>; 24 io-channel-names = "vac"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | ti,twl.yaml | 1 # 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/Bindings/regulator/ |
H A D | twl-regulator.txt | 5 - compatible: 6 - "ti,twl6030-vaux1" for VAUX1 LDO 7 - "ti,twl6030-vaux2" for VAUX2 LDO 8 - "ti,twl6030-vaux3" for VAUX3 LDO 9 - "ti,twl6030-vmmc" for VMMC LDO 10 - "ti,twl6030-vpp" for VPP LDO 11 - "ti,twl6030-vusim" for VUSIM LDO 12 - "ti,twl6030-vana" for VANA LDO 13 - "ti,twl6030-vcxio" for VCXIO LDO 14 - "ti,twl6030-vdac" for VDAC LDO [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | twlxxxx-usb.txt | 4 - 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 …]
|
/freebsd/sys/arm/ti/twl/ |
H A D | twl_vreg.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 32 * Texas Instruments TWL4030/TWL5030/TWL60x0/TPS659x0 Power Management. 45 * voltage-regulators = "name1", "millivolts1", 188 TWL_REGULATOR_FIXED("vusb3v1", 0, 0x77, 3100), 216 uint8_t sub_dev; /* TWL sub-device group */ 232 #define TWL_VREG_XLOCK(_sc) sx_xlock(&(_sc)->sc_sx) 233 #define TWL_VREG_XUNLOCK(_sc) sx_xunlock(&(_sc)->sc_sx) 234 #define TWL_VREG_SLOCK(_sc) sx_slock(&(_sc)->sc_sx) 235 #define TWL_VREG_SUNLOCK(_sc) sx_sunlock(&(_sc)->sc_sx) [all …]
|