Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1d00bc5 authored by Bhuvanchandra DV's avatar Bhuvanchandra DV Committed by Shawn Guo
Browse files

ARM: dts: vf610: Add PWM second instance

parent 81c48319
Loading
Loading
Loading
Loading
+13 −0
Original line number Original line Diff line number Diff line
@@ -218,6 +218,19 @@
				status = "disabled";
				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 {
			adc0: adc@4003b000 {
				compatible = "fsl,vf610-adc";
				compatible = "fsl,vf610-adc";
				reg = <0x4003b000 0x1000>;
				reg = <0x4003b000 0x1000>;