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>
This commit is contained in:
parent
81c4831907
commit
a1d00bc592
|
@ -218,6 +218,19 @@
|
|||
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>;
|
||||
|
|
Loading…
Reference in New Issue