Searched +full:twl6030 +full:- +full:vaux1 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | twl-regulator.txt | 4 For twl6030 regulators/LDOs 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 [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: 26 "^regulator-": 30 - ti,twl4030-vaux1 31 - ti,twl4030-vaux2 32 - ti,twl4030-vaux3 33 - ti,twl4030-vaux4 [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | twl6030.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ 8 * https://www.ti.com/lit/ds/symlink/twl6030.pdf 11 compatible = "ti,twl6030"; 12 interrupt-controller; 13 #interrupt-cells = <1>; 16 compatible = "ti,twl4030-rtc"; 20 vaux1: regulator-vaux1 { label 21 compatible = "ti,twl6030-vaux1"; 22 regulator-min-microvolt = <1000000>; [all …]
|
H A D | omap4-kc1.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 5 /dts-v1/; 11 compatible = "amazon,omap4-kc1", "ti,omap4430", "ti,omap4"; 18 led-controller { 19 compatible = "pwm-leds"; 21 led-1 { 24 max-brightness = <127>; 27 led-2 { 30 max-brightness = <127>; 36 pinctrl-names = "default"; [all …]
|
H A D | omap4-sdp.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ 5 /dts-v1/; 9 #include "omap4-mcpdm.dtsi" 13 compatible = "ti,omap4-sdp", "ti,omap4430", "ti,omap4"; 26 vdd_eth: fixedregulator-vdd-eth { 27 pinctrl-names = "default"; 28 pinctrl-0 = <&enet_enable_gpio>; 30 compatible = "regulator-fixed"; 31 regulator-name = "VDD_ETH"; [all …]
|
/freebsd/sys/arm/ti/twl/ |
H A D | twl_vreg.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 45 * voltage-regulators = "name1", "millivolts1", 173 TWL_REGULATOR_ADJUSTABLE("vaux1", 0, 0x17, twl4030_vaux1_voltages), 193 TWL_REGULATOR_ADJUSTABLE("vaux1", 0, 0x84, twl6030_voltages), 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 …]
|