The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm/tps65910.dtsi

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 // SPDX-License-Identifier: GPL-2.0-only
    2 /*
    3  * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
    4  */
    5 
    6 /*
    7  * Integrated Power Management Chip
    8  * http://www.ti.com/lit/ds/symlink/tps65910.pdf
    9  */
   10 
   11 &tps {
   12         compatible = "ti,tps65910";
   13 
   14         regulators {
   15                 #address-cells = <1>;
   16                 #size-cells = <0>;
   17 
   18                 vrtc_reg: regulator@0 {
   19                         reg = <0>;
   20                         regulator-compatible = "vrtc";
   21                 };
   22 
   23                 vio_reg: regulator@1 {
   24                         reg = <1>;
   25                         regulator-compatible = "vio";
   26                 };
   27 
   28                 vdd1_reg: regulator@2 {
   29                         reg = <2>;
   30                         regulator-compatible = "vdd1";
   31                 };
   32 
   33                 vdd2_reg: regulator@3 {
   34                         reg = <3>;
   35                         regulator-compatible = "vdd2";
   36                 };
   37 
   38                 vdd3_reg: regulator@4 {
   39                         reg = <4>;
   40                         regulator-compatible = "vdd3";
   41                 };
   42 
   43                 vdig1_reg: regulator@5 {
   44                         reg = <5>;
   45                         regulator-compatible = "vdig1";
   46                 };
   47 
   48                 vdig2_reg: regulator@6 {
   49                         reg = <6>;
   50                         regulator-compatible = "vdig2";
   51                 };
   52 
   53                 vpll_reg: regulator@7 {
   54                         reg = <7>;
   55                         regulator-compatible = "vpll";
   56                 };
   57 
   58                 vdac_reg: regulator@8 {
   59                         reg = <8>;
   60                         regulator-compatible = "vdac";
   61                 };
   62 
   63                 vaux1_reg: regulator@9 {
   64                         reg = <9>;
   65                         regulator-compatible = "vaux1";
   66                 };
   67 
   68                 vaux2_reg: regulator@10 {
   69                         reg = <10>;
   70                         regulator-compatible = "vaux2";
   71                 };
   72 
   73                 vaux33_reg: regulator@11 {
   74                         reg = <11>;
   75                         regulator-compatible = "vaux33";
   76                 };
   77 
   78                 vmmc_reg: regulator@12 {
   79                         reg = <12>;
   80                         regulator-compatible = "vmmc";
   81                 };
   82 
   83                 vbb_reg: regulator@13 {
   84                         reg = <13>;
   85                         regulator-compatible = "vbb";
   86                 };
   87         };
   88 };

Cache object: 3b414f447cbbb1eaf6f612a294aad3b0


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.