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/power/supply/mt6360_charger.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/power/supply/mt6360_charger.yaml#
    5 $schema: http://devicetree.org/meta-schemas/core.yaml#
    6 
    7 title: Battery charger driver for MT6360 PMIC from MediaTek Integrated.
    8 
    9 maintainers:
   10   - Gene Chen <gene_chen@richtek.com>
   11 
   12 description: |
   13   This module is part of the MT6360 MFD device.
   14   Provides Battery Charger, Boost for OTG devices and BC1.2 detection.
   15 
   16 properties:
   17   compatible:
   18     const: mediatek,mt6360-chg
   19 
   20   richtek,vinovp-microvolt:
   21     description: Maximum CHGIN regulation voltage in uV.
   22     enum: [ 5500000, 6500000, 11000000, 14500000 ]
   23 
   24 
   25   usb-otg-vbus-regulator:
   26     type: object
   27     description: OTG boost regulator.
   28     $ref: /schemas/regulator/regulator.yaml#
   29 
   30 required:
   31   - compatible
   32 
   33 additionalProperties: false
   34 
   35 examples:
   36   - |
   37     mt6360_charger: charger {
   38       compatible = "mediatek,mt6360-chg";
   39       richtek,vinovp-microvolt = <14500000>;
   40 
   41       otg_vbus_regulator: usb-otg-vbus-regulator {
   42         regulator-compatible = "usb-otg-vbus";
   43         regulator-name = "usb-otg-vbus";
   44         regulator-min-microvolt = <4425000>;
   45         regulator-max-microvolt = <5825000>;
   46       };
   47     };
   48 ...

Cache object: c547e52f155fdff6f30ce87ef2b680b0


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