Home
last modified time | relevance | path

Searched +full:twl6030 +full:- +full:vmmc (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dtwl6030.dtsi1 // 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 {
21 compatible = "ti,twl6030-vaux1";
22 regulator-min-microvolt = <1000000>;
[all …]
H A Domap4-epson-embt2ws.dts1 // SPDX-License-Identifier: GPL-2.0-only
5 /dts-v1/;
7 #include <dt-bindings/leds/common.h>
8 #include <dt-bindings/input/input.h>
12 model = "Epson Moverio BT-200";
20 backlight-left {
21 compatible = "pwm-backlight";
23 power-supply = <&unknown_supply>;
26 backlight-right {
27 compatible = "pwm-backlight";
[all …]
H A Domap4-kc1.dts1 // 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 Domap4-duovero.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
7 #include "omap4-mcpdm.dtsi"
11 compatible = "gumstix,omap4-duovero", "ti,omap4430", "ti,omap4";
14 stdout-path = &uart3;
23 compatible = "ti,abe-twl6040";
26 ti,mclk-freq = <38400000>;
33 ti,audio-routing =
42 compatible = "usb-nop-xceiv";
43 reset-gpios = <&gpio2 30 GPIO_ACTIVE_LOW>; /* gpio_62 */
44 #phy-cells = <0>;
[all …]
H A Domap4-var-som-om44.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright (C) 2012 Variscite Ltd. - https://www.variscite.com
7 #include "omap4-mcpdm.dtsi"
10 model = "Variscite VAR-SOM-OM44";
11 compatible = "variscite,var-som-om44", "ti,omap4460", "ti,omap4";
19 compatible = "ti,abe-twl6040";
20 ti,model = "VAR-SOM-OM44";
22 ti,mclk-freq = <38400000>;
27 ti,audio-routing =
36 compatible = "usb-nop-xceiv";
[all …]
H A Domap4-panda-common.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2011-2013 Texas Instruments Incorporated - https://www.ti.com/
5 #include <dt-bindings/input/input.h>
7 #include "omap4-mcpdm.dtsi"
15 reserved-memory {
16 #address-cells = <1>;
17 #size-cells = <1>;
20 dsp_memory_region: dsp-memory@98000000 {
21 compatible = "shared-dma-pool";
27 ipu_memory_region: ipu-memory@98800000 {
[all …]
H A Domap4-sdp.dts1 // 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/contrib/device-tree/Bindings/regulator/
H A Dtwl-regulator.txt4 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 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:
26 "^regulator-":
30 - ti,twl4030-vaux1
31 - ti,twl4030-vaux2
32 - ti,twl4030-vaux3
33 - ti,twl4030-vaux4
[all …]
/freebsd/sys/arm/ti/twl/
H A Dtwl_vreg.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
45 * voltage-regulators = "name1", "millivolts1",
196 TWL_REGULATOR_ADJUSTABLE("vmmc", 0, 0x98, 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)
236 #define TWL_VREG_LOCK_INIT(_sc) sx_init(&(_sc)->sc_sx, "twl_vreg")
[all …]