diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2012-11-18 18:57:08 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2012-11-22 03:16:25 -0500 |
commit | 82a618da1bc21dd9ff9a6fa66acbd7ec545b72c5 (patch) | |
tree | 83afd59ab8649b3d803f4e4d2a2fcb79ca9add61 | |
parent | 9ae90afaeba3469eccce140fb0a1d5fa5c816ddc (diff) |
ARM i.MX51: Add pwm support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx51.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index 8cf69c702553..2781e47cff0d 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi | |||
@@ -409,6 +409,24 @@ | |||
409 | }; | 409 | }; |
410 | }; | 410 | }; |
411 | 411 | ||
412 | pwm1: pwm@73fb4000 { | ||
413 | #pwm-cells = <2>; | ||
414 | compatible = "fsl,imx51-pwm", "fsl,imx27-pwm"; | ||
415 | reg = <0x73fb4000 0x4000>; | ||
416 | clocks = <&clks 37>, <&clks 38>; | ||
417 | clock-names = "ipg", "per"; | ||
418 | interrupts = <61>; | ||
419 | }; | ||
420 | |||
421 | pwm2: pwm@73fb8000 { | ||
422 | #pwm-cells = <2>; | ||
423 | compatible = "fsl,imx51-pwm", "fsl,imx27-pwm"; | ||
424 | reg = <0x73fb8000 0x4000>; | ||
425 | clocks = <&clks 39>, <&clks 40>; | ||
426 | clock-names = "ipg", "per"; | ||
427 | interrupts = <94>; | ||
428 | }; | ||
429 | |||
412 | uart1: serial@73fbc000 { | 430 | uart1: serial@73fbc000 { |
413 | compatible = "fsl,imx51-uart", "fsl,imx21-uart"; | 431 | compatible = "fsl,imx51-uart", "fsl,imx21-uart"; |
414 | reg = <0x73fbc000 0x4000>; | 432 | reg = <0x73fbc000 0x4000>; |