aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/vf610.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/vf610.dtsi')
-rw-r--r--arch/arm/boot/dts/vf610.dtsi24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf610.dtsi b/arch/arm/boot/dts/vf610.dtsi
index b8ce0aa7b157..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>;
@@ -347,6 +360,17 @@
347 status = "disabled"; 360 status = "disabled";
348 }; 361 };
349 362
363 esdhc1: esdhc@400b2000 {
364 compatible = "fsl,imx53-esdhc";
365 reg = <0x400b2000 0x4000>;
366 interrupts = <0 28 0x04>;
367 clocks = <&clks VF610_CLK_IPG_BUS>,
368 <&clks VF610_CLK_PLATFORM_BUS>,
369 <&clks VF610_CLK_ESDHC1>;
370 clock-names = "ipg", "ahb", "per";
371 status = "disabled";
372 };
373
350 fec0: ethernet@400d0000 { 374 fec0: ethernet@400d0000 {
351 compatible = "fsl,mvf600-fec"; 375 compatible = "fsl,mvf600-fec";
352 reg = <0x400d0000 0x1000>; 376 reg = <0x400d0000 0x1000>;