Searched +full:twl4030 +full:- +full:rtc (Results 1 – 6 of 6) sorted by relevance
/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/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>; 14 rtc { 15 compatible = "ti,twl4030-rtc"; 20 compatible = "ti,twl4030-bci"; 22 bci3v1-supply = <&vusb3v1>; 23 io-channels = <&twl_madc 11>; [all …]
|
H A D | twl6030.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ 12 interrupt-controller; 13 #interrupt-cells = <1>; 15 rtc { 16 compatible = "ti,twl4030-rtc"; 20 vaux1: regulator-vaux1 { 21 compatible = "ti,twl6030-vaux1"; 22 regulator-min-microvolt = <1000000>; 23 regulator-max-microvolt = <3000000>; [all …]
|
H A D | omap4-epson-embt2ws.dts | 1 // 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 …]
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | twl-rtc.txt | 1 * Texas Instruments TWL4030/6030 RTC 4 - compatible : Should be "ti,twl4030-rtc" 5 - interrupts : Should be the interrupt number. 8 rtc { 9 compatible = "ti,twl4030-rtc";
|
/freebsd/sys/arm/ti/twl/ |
H A D | twl.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 32 * Texas Instruments TWL4030/TWL5030/TWL60x0/TPS659x0 Power Management and 36 * copyright (C) 2005-2006 Texas Instruments, Inc. 41 * codecs, USB OTG transceivers, RTC, PWM, etc. 112 #define TWL_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) 113 #define TWL_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) 115 mtx_init(&_sc->sc_mtx, device_get_nameunit(_sc->sc_dev), \ 117 #define TWL_LOCK_DESTROY(_sc) mtx_destroy(&_sc->sc_mtx); 118 #define TWL_ASSERT_LOCKED(_sc) mtx_assert(&_sc->sc_mtx, MA_OWNED); [all …]
|