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/Bindings/regulator/maxim,max77843.yaml

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 OR BSD-2-Clause
    2 %YAML 1.2
    3 ---
    4 $id: http://devicetree.org/schemas/regulator/maxim,max77843.yaml#
    5 $schema: http://devicetree.org/meta-schemas/core.yaml#
    6 
    7 title: Maxim MAX77843 MicroUSB and Companion Power Management IC regulators
    8 
    9 maintainers:
   10   - Krzysztof Kozlowski <krzk@kernel.org>
   11 
   12 description: |
   13   This is a part of device tree bindings for Maxim MAX77843 MicroUSB Integrated
   14   Circuit (MUIC).
   15 
   16   See also Documentation/devicetree/bindings/mfd/maxim,max77843.yaml for
   17   additional information and example.
   18 
   19 properties:
   20   compatible:
   21     const: maxim,max77843-regulator
   22 
   23   CHARGER:
   24     type: object
   25     $ref: regulator.yaml#
   26     additionalProperties: false
   27     description: |
   28       Current regulator.
   29 
   30     properties:
   31       regulator-name: true
   32       regulator-always-on: true
   33       regulator-boot-on: true
   34       regulator-min-microamp:
   35         minimum: 100000
   36       regulator-max-microamp:
   37         maximum: 3150000
   38 
   39     required:
   40       - regulator-name
   41 
   42 patternProperties:
   43   "^SAFEOUT[12]$":
   44     type: object
   45     $ref: regulator.yaml#
   46     additionalProperties: false
   47     description: |
   48       Safeout LDO regulator.
   49 
   50     properties:
   51       regulator-name: true
   52       regulator-always-on: true
   53       regulator-boot-on: true
   54       regulator-min-microvolt:
   55         minimum: 3300000
   56       regulator-max-microvolt:
   57         maximum: 4950000
   58 
   59     required:
   60       - regulator-name
   61 
   62 required:
   63   - compatible
   64 
   65 additionalProperties: false

Cache object: bdff53b36d23017bd4156c06cbfc8f1f


[ 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.