1* OMAP HDQ One wire bus master controller
2
3Required 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
9Example:
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  };
18