diff options
| author | Martin Fuzzey <mfuzzey@parkeon.com> | 2013-01-29 10:46:19 -0500 |
|---|---|---|
| committer | Shawn Guo <shawn.guo@linaro.org> | 2013-02-10 10:25:47 -0500 |
| commit | a82b7b9c8b6a44b0f3983fb21dff90a9d18d9539 (patch) | |
| tree | c47d41141663fb89c1881f83132511e0f7833cfa | |
| parent | f1550a1ce79f1424beca55e78122e594f5ef9094 (diff) | |
ARM: dts: Add device tree entry for onewire master on i.MX53
Signed-off-by: Martin Fuzzey <mfuzzey@parkeon.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
| -rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index a9a3adde4e5a..d05aa215c7f9 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi | |||
| @@ -432,6 +432,14 @@ | |||
| 432 | }; | 432 | }; |
| 433 | }; | 433 | }; |
| 434 | 434 | ||
| 435 | owire { | ||
| 436 | pinctrl_owire_1: owiregrp-1 { | ||
| 437 | fsl,pins = < | ||
| 438 | 1166 0x80000000 /* MX53_PAD_GPIO_18__OWIRE_LINE */ | ||
| 439 | >; | ||
| 440 | }; | ||
| 441 | }; | ||
| 442 | |||
| 435 | uart1 { | 443 | uart1 { |
| 436 | pinctrl_uart1_1: uart1grp-1 { | 444 | pinctrl_uart1_1: uart1grp-1 { |
| 437 | fsl,pins = < | 445 | fsl,pins = < |
| @@ -623,6 +631,13 @@ | |||
| 623 | status = "disabled"; | 631 | status = "disabled"; |
| 624 | }; | 632 | }; |
| 625 | 633 | ||
| 634 | owire: owire@63fa4000 { | ||
| 635 | compatible = "fsl,imx53-owire", "fsl,imx21-owire"; | ||
| 636 | reg = <0x63fa4000 0x4000>; | ||
| 637 | clocks = <&clks 159>; | ||
| 638 | status = "disabled"; | ||
| 639 | }; | ||
| 640 | |||
| 626 | ecspi2: ecspi@63fac000 { | 641 | ecspi2: ecspi@63fac000 { |
| 627 | #address-cells = <1>; | 642 | #address-cells = <1>; |
| 628 | #size-cells = <0>; | 643 | #size-cells = <0>; |
