diff options
author | Xiubo Li <Li.Xiubo@freescale.com> | 2014-03-23 22:22:14 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-05-16 11:01:45 -0400 |
commit | 7c978e0fd5dde01c69fc5c594424b017232e16da (patch) | |
tree | a0a3a1b6fac3784249a10201b25ba96fe1b24bb3 /arch/arm/boot/dts/vf610.dtsi | |
parent | b1e2e54610a4d6c98da3bc5a567f18976c0ce032 (diff) |
ARM: dts: vf610: Add Freescale FTM PWM node.
This adds devicetree node for VF610, and there are 8 channels
supported.
Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Reviewed-by: Sascha Hauer <s.hauer@pengutronix.de>
Reviewed-by: Yuan Yao <yao.yuan@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/vf610.dtsi')
-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 30286bcbe1d0..73355ddc5186 100644 --- a/arch/arm/boot/dts/vf610.dtsi +++ b/arch/arm/boot/dts/vf610.dtsi | |||
@@ -183,6 +183,19 @@ | |||
183 | clock-names = "pit"; | 183 | clock-names = "pit"; |
184 | }; | 184 | }; |
185 | 185 | ||
186 | pwm0: pwm@40038000 { | ||
187 | compatible = "fsl,vf610-ftm-pwm"; | ||
188 | #pwm-cells = <3>; | ||
189 | reg = <0x40038000 0x1000>; | ||
190 | clock-names = "ftm_sys", "ftm_ext", | ||
191 | "ftm_fix", "ftm_cnt_clk_en"; | ||
192 | clocks = <&clks VF610_CLK_FTM0>, | ||
193 | <&clks VF610_CLK_FTM0_EXT_SEL>, | ||
194 | <&clks VF610_CLK_FTM0_FIX_SEL>, | ||
195 | <&clks VF610_CLK_FTM0_EXT_FIX_EN>; | ||
196 | status = "disabled"; | ||
197 | }; | ||
198 | |||
186 | adc0: adc@4003b000 { | 199 | adc0: adc@4003b000 { |
187 | compatible = "fsl,vf610-adc"; | 200 | compatible = "fsl,vf610-adc"; |
188 | reg = <0x4003b000 0x1000>; | 201 | reg = <0x4003b000 0x1000>; |