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/mfd/max77686.txt

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 Maxim MAX77686 multi-function device
    2 
    3 MAX77686 is a Multifunction device with PMIC, RTC and Charger on chip. It is
    4 interfaced to host controller using i2c interface. PMIC and Charger submodules
    5 are addressed using same i2c slave address whereas RTC submodule uses
    6 different i2c slave address,presently for which we are statically creating i2c
    7 client while probing.This document describes the binding for mfd device and
    8 PMIC submodule.
    9 
   10 Bindings for the built-in 32k clock generator block and
   11 regulators are defined in ../clk/maxim,max77686.txt and
   12 ../regulator/max77686.txt respectively.
   13 
   14 Required properties:
   15 - compatible : Must be "maxim,max77686";
   16 - reg : Specifies the i2c slave address of PMIC block.
   17 - interrupts : This i2c device has an IRQ line connected to the main SoC.
   18 
   19 Example:
   20 
   21         max77686: pmic@9 {
   22                 compatible = "maxim,max77686";
   23                 interrupt-parent = <&wakeup_eint>;
   24                 interrupts = <26 IRQ_TYPE_LEVEL_LOW>;
   25                 reg = <0x09>;
   26         };

Cache object: 732b7b30ed3ed29368612c1dcc882839


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