diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/w1/fsl-imx-owire.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/w1/fsl-imx-owire.txt b/Documentation/devicetree/bindings/w1/fsl-imx-owire.txt new file mode 100644 index 000000000000..ecf42c07684d --- /dev/null +++ b/Documentation/devicetree/bindings/w1/fsl-imx-owire.txt | |||
@@ -0,0 +1,19 @@ | |||
1 | * Freescale i.MX One wire bus master controller | ||
2 | |||
3 | Required properties: | ||
4 | - compatible : should be "fsl,imx21-owire" | ||
5 | - reg : Address and length of the register set for the device | ||
6 | |||
7 | Optional properties: | ||
8 | - clocks : phandle of clock that supplies the module (required if platform | ||
9 | clock bindings use device tree) | ||
10 | |||
11 | Example: | ||
12 | |||
13 | - From imx53.dtsi: | ||
14 | owire: owire@63fa4000 { | ||
15 | compatible = "fsl,imx53-owire", "fsl,imx21-owire"; | ||
16 | reg = <0x63fa4000 0x4000>; | ||
17 | clocks = <&clks 159>; | ||
18 | status = "disabled"; | ||
19 | }; | ||