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/maxim,max14656.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 MAX14656 / AL32 USB Charger Detector
    2 
    3 Required properties :
    4 - compatible : "maxim,max14656";
    5 - reg: i2c slave address
    6 - interrupts: interrupt line
    7 
    8 Example:
    9 
   10 &i2c2 {
   11         clock-frequency = <50000>;
   12         pinctrl-names = "default";
   13         pinctrl-0 = <&pinctrl_i2c2>;
   14 
   15         max14656@35 {
   16                 compatible = "maxim,max14656";
   17                 reg = <0x35>;
   18                 pinctrl-names = "default";
   19                 pinctrl-0 = <&pinctrl_charger_detect>;
   20                 interrupt-parent = <&gpio6>;
   21                 interrupts = <26 IRQ_TYPE_LEVEL_HIGH>;
   22         };
   23 };

Cache object: dd228e4f2e7daf9bafd00bb06086f657


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