~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/ti/omap/twl6030.dtsi

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: GPL-2.0-only
  2 /*
  3  * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
  4  */
  5 
  6 /*
  7  * Integrated Power Management Chip
  8  * https://www.ti.com/lit/ds/symlink/twl6030.pdf
  9  */
 10 &twl {
 11         compatible = "ti,twl6030";
 12         interrupt-controller;
 13         #interrupt-cells = <1>;
 14 
 15         rtc {
 16                 compatible = "ti,twl4030-rtc";
 17                 interrupts = <11>;
 18         };
 19 
 20         vaux1: regulator-vaux1 {
 21                 compatible = "ti,twl6030-vaux1";
 22                 regulator-min-microvolt = <1000000>;
 23                 regulator-max-microvolt = <3000000>;
 24         };
 25 
 26         vaux2: regulator-vaux2 {
 27                 compatible = "ti,twl6030-vaux2";
 28                 regulator-min-microvolt = <1200000>;
 29                 regulator-max-microvolt = <2800000>;
 30         };
 31 
 32         vaux3: regulator-vaux3 {
 33                 compatible = "ti,twl6030-vaux3";
 34                 regulator-min-microvolt = <1000000>;
 35                 regulator-max-microvolt = <3000000>;
 36         };
 37 
 38         vmmc: regulator-vmmc {
 39                 compatible = "ti,twl6030-vmmc";
 40                 regulator-min-microvolt = <1200000>;
 41                 regulator-max-microvolt = <3000000>;
 42         };
 43 
 44         vpp: regulator-vpp {
 45                 compatible = "ti,twl6030-vpp";
 46                 regulator-min-microvolt = <1800000>;
 47                 regulator-max-microvolt = <2500000>;
 48         };
 49 
 50         vusim: regulator-vusim {
 51                 compatible = "ti,twl6030-vusim";
 52                 regulator-min-microvolt = <1200000>;
 53                 regulator-max-microvolt = <2900000>;
 54         };
 55 
 56         vdac: regulator-vdac {
 57                 compatible = "ti,twl6030-vdac";
 58         };
 59 
 60         vana: regulator-vana {
 61                 compatible = "ti,twl6030-vana";
 62         };
 63 
 64         vcxio: regulator-vcxio {
 65                 compatible = "ti,twl6030-vcxio";
 66                 regulator-always-on;
 67         };
 68 
 69         vusb: regulator-vusb {
 70                 compatible = "ti,twl6030-vusb";
 71         };
 72 
 73         v1v8: regulator-v1v8 {
 74                 compatible = "ti,twl6030-v1v8";
 75                 regulator-always-on;
 76         };
 77 
 78         v2v1: regulator-v2v1 {
 79                 compatible = "ti,twl6030-v2v1";
 80                 regulator-always-on;
 81         };
 82 
 83         twl_usb_comparator: usb-comparator {
 84                 compatible = "ti,twl6030-usb";
 85                 interrupts = <4>, <10>;
 86         };
 87 
 88         twl_pwm: pwm {
 89                 /* provides two PWMs (id 0, 1 for PWM1 and PWM2) */
 90                 compatible = "ti,twl6030-pwm";
 91                 #pwm-cells = <2>;
 92         };
 93 
 94         twl_pwmled: pwmled {
 95                 /* provides one PWM (id 0 for Charging indicator LED) */
 96                 compatible = "ti,twl6030-pwmled";
 97                 #pwm-cells = <2>;
 98         };
 99 
100         gpadc {
101                 compatible = "ti,twl6030-gpadc";
102                 interrupts = <3>;
103                 #io-channel-cells = <1>;
104         };
105 };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php