ARM: dts: vf610: Add PWM second instance
authorBhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Wed, 17 Sep 2014 08:16:28 +0000 (13:46 +0530)
committerShawn Guo <shawn.guo@linaro.org>
Sun, 23 Nov 2014 07:08:05 +0000 (15:08 +0800)
Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/vf610.dtsi

index 25031d3d26339ef063b606aee1671f9449d95239..699da487222db66aa9accd9519d0c71f790563ac 100644 (file)
                                status = "disabled";
                        };
 
+                       pwm1: pwm@40039000 {
+                               compatible = "fsl,vf610-ftm-pwm";
+                               #pwm-cells = <3>;
+                               reg = <0x40039000 0x1000>;
+                               clock-names = "ftm_sys", "ftm_ext",
+                                             "ftm_fix", "ftm_cnt_clk_en";
+                               clocks = <&clks VF610_CLK_FTM1>,
+                                       <&clks VF610_CLK_FTM1_EXT_SEL>,
+                                       <&clks VF610_CLK_FTM1_FIX_SEL>,
+                                       <&clks VF610_CLK_FTM1_EXT_FIX_EN>;
+                               status = "disabled";
+                       };
+
                        adc0: adc@4003b000 {
                                compatible = "fsl,vf610-adc";
                                reg = <0x4003b000 0x1000>;