Back to home page

OSCL-LXR

 
 

    


0001 * OMAP HDQ One wire bus master controller
0002 
0003 Required properties:
0004 - compatible : should be "ti,omap3-1w" or "ti,am4372-hdq"
0005 - reg : Address and length of the register set for the device
0006 - interrupts : interrupt line.
0007 - ti,hwmods : "hdq1w"
0008 
0009 Optional properties:
0010 - ti,mode: should be "hdq": HDQ mode  "1w": one-wire mode.
0011            If not specified HDQ mode is implied.
0012 
0013 Example:
0014 
0015 - From omap3.dtsi
0016   hdqw1w: 1w@480b2000 {
0017         compatible = "ti,omap3-1w";
0018         reg = <0x480b2000 0x1000>;
0019         interrupts = <58>;
0020         ti,hwmods = "hdq1w";
0021         ti,mode = "hdq";
0022   };