diff options
author | Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> | 2014-09-17 04:16:28 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-11-23 02:08:05 -0500 |
commit | a1d00bc592ece539296e0104107877700819c32c (patch) | |
tree | 6dc5a1654acf87e8589486bd2b19395eaf2ccd26 | |
parent | 81c4831907fb00efdc97093b09e333009a57d005 (diff) |
ARM: dts: vf610: Add PWM second instance
Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
-rw-r--r-- | arch/arm/boot/dts/vf610.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf610.dtsi b/arch/arm/boot/dts/vf610.dtsi index 25031d3d2633..699da487222d 100644 --- a/arch/arm/boot/dts/vf610.dtsi +++ b/arch/arm/boot/dts/vf610.dtsi | |||
@@ -218,6 +218,19 @@ | |||
218 | status = "disabled"; | 218 | status = "disabled"; |
219 | }; | 219 | }; |
220 | 220 | ||
221 | pwm1: pwm@40039000 { | ||
222 | compatible = "fsl,vf610-ftm-pwm"; | ||
223 | #pwm-cells = <3>; | ||
224 | reg = <0x40039000 0x1000>; | ||
225 | clock-names = "ftm_sys", "ftm_ext", | ||
226 | "ftm_fix", "ftm_cnt_clk_en"; | ||
227 | clocks = <&clks VF610_CLK_FTM1>, | ||
228 | <&clks VF610_CLK_FTM1_EXT_SEL>, | ||
229 | <&clks VF610_CLK_FTM1_FIX_SEL>, | ||
230 | <&clks VF610_CLK_FTM1_EXT_FIX_EN>; | ||
231 | status = "disabled"; | ||
232 | }; | ||
233 | |||
221 | adc0: adc@4003b000 { | 234 | adc0: adc@4003b000 { |
222 | compatible = "fsl,vf610-adc"; | 235 | compatible = "fsl,vf610-adc"; |
223 | reg = <0x4003b000 0x1000>; | 236 | reg = <0x4003b000 0x1000>; |