diff options
author | Robby Cai <R63905@freescale.com> | 2014-02-18 21:58:39 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:57:38 -0400 |
commit | 886853d3464c4f53f1d50951449928eeb675ee88 (patch) | |
tree | e3b49805d9cb8fe5cacfd1a3ddf1521a6d8cb7f5 /arch/arm/boot | |
parent | 059198ceb49d1e0efb72cee7a720210f21b9aca8 (diff) |
ENGR00299746-1 ARM: dts: imx6sx: Add PWM support
add PWM[1-4] support in imx6sx.dtsi
Signed-off-by: Robby Cai <R63905@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6sx.dtsi | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index 3e02158889e3..c73f62643db3 100644 --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi | |||
@@ -218,6 +218,42 @@ | |||
218 | reg = <0x020e4000 0x4000>; | 218 | reg = <0x020e4000 0x4000>; |
219 | }; | 219 | }; |
220 | 220 | ||
221 | pwm1: pwm@02080000 { | ||
222 | #pwm-cells = <2>; | ||
223 | compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm"; | ||
224 | reg = <0x02080000 0x4000>; | ||
225 | interrupts = <0 83 0x04>; | ||
226 | clocks = <&clks IMX6SX_CLK_PWM1>, <&clks IMX6SX_CLK_PWM1>; | ||
227 | clock-names = "ipg", "per"; | ||
228 | }; | ||
229 | |||
230 | pwm2: pwm@02084000 { | ||
231 | #pwm-cells = <2>; | ||
232 | compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm"; | ||
233 | reg = <0x02084000 0x4000>; | ||
234 | interrupts = <0 84 0x04>; | ||
235 | clocks = <&clks IMX6SX_CLK_PWM2>, <&clks IMX6SX_CLK_PWM2>; | ||
236 | clock-names = "ipg", "per"; | ||
237 | }; | ||
238 | |||
239 | pwm3: pwm@02088000 { | ||
240 | #pwm-cells = <2>; | ||
241 | compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm"; | ||
242 | reg = <0x02088000 0x4000>; | ||
243 | interrupts = <0 85 0x04>; | ||
244 | clocks = <&clks IMX6SX_CLK_PWM3>, <&clks IMX6SX_CLK_PWM3>; | ||
245 | clock-names = "ipg", "per"; | ||
246 | }; | ||
247 | |||
248 | pwm4: pwm@0208c000 { | ||
249 | #pwm-cells = <2>; | ||
250 | compatible = "fsl,imx6sx-pwm", "fsl,imx27-pwm"; | ||
251 | reg = <0x0208c000 0x4000>; | ||
252 | interrupts = <0 86 0x04>; | ||
253 | clocks = <&clks IMX6SX_CLK_PWM4>, <&clks IMX6SX_CLK_PWM4>; | ||
254 | clock-names = "ipg", "per"; | ||
255 | }; | ||
256 | |||
221 | sdma: sdma@020ec000 { | 257 | sdma: sdma@020ec000 { |
222 | compatible = "fsl,imx6q-sdma", "fsl,imx35-sdma"; | 258 | compatible = "fsl,imx6q-sdma", "fsl,imx35-sdma"; |
223 | reg = <0x020ec000 0x4000>; | 259 | reg = <0x020ec000 0x4000>; |