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/w1/omap-hdq.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 * OMAP HDQ One wire bus master controller
    2 
    3 Required properties:
    4 - compatible : should be "ti,omap3-1w" or "ti,am4372-hdq"
    5 - reg : Address and length of the register set for the device
    6 - interrupts : interrupt line.
    7 - ti,hwmods : "hdq1w"
    8 
    9 Optional properties:
   10 - ti,mode: should be "hdq": HDQ mode  "1w": one-wire mode.
   11            If not specified HDQ mode is implied.
   12 
   13 Example:
   14 
   15 - From omap3.dtsi
   16   hdqw1w: 1w@480b2000 {
   17         compatible = "ti,omap3-1w";
   18         reg = <0x480b2000 0x1000>;
   19         interrupts = <58>;
   20         ti,hwmods = "hdq1w";
   21         ti,mode = "hdq";
   22   };

Cache object: a9876f25fd7619bc4218543ff8ca931a


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