Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / w1 / omap-hdq.txt
1 * OMAP HDQ One wire bus master controller
2
3 Required properties:
4 - compatible : should be "ti,omap3-1w"
5 - reg : Address and length of the register set for the device
6 - interrupts : interrupt line.
7 - ti,hwmods : "hdq1w"
8
9 Example:
10
11 - From omap3.dtsi
12   hdqw1w: 1w@480b2000 {
13         compatible = "ti,omap3-1w";
14         reg = <0x480b2000 0x1000>;
15         interrupts = <58>;
16         ti,hwmods = "hdq1w";
17   };