diff options
author | Bo Shen <voice.shen@atmel.com> | 2013-12-18 22:59:17 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-12-19 17:00:04 -0500 |
commit | f3ab052786e98b23f326bc28ec43b793495c9b6c (patch) | |
tree | ccd9f7e7186ea9f739467cf2a812fcb6797b2e0c /arch/arm/boot/dts/at91sam9n12.dtsi | |
parent | ca594844e4a53f778811c06feef60bdf36bc5fec (diff) |
ARM: at91: add PWM device node
Add PWM device node for AT91 series SoC.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9n12.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9n12.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi b/arch/arm/boot/dts/at91sam9n12.dtsi index 6224f9fe2f2b..7248270a3ea6 100644 --- a/arch/arm/boot/dts/at91sam9n12.dtsi +++ b/arch/arm/boot/dts/at91sam9n12.dtsi | |||
@@ -33,6 +33,7 @@ | |||
33 | i2c0 = &i2c0; | 33 | i2c0 = &i2c0; |
34 | i2c1 = &i2c1; | 34 | i2c1 = &i2c1; |
35 | ssc0 = &ssc0; | 35 | ssc0 = &ssc0; |
36 | pwm0 = &pwm0; | ||
36 | }; | 37 | }; |
37 | cpus { | 38 | cpus { |
38 | #address-cells = <0>; | 39 | #address-cells = <0>; |
@@ -542,6 +543,14 @@ | |||
542 | reg = <0xfffffe40 0x10>; | 543 | reg = <0xfffffe40 0x10>; |
543 | status = "disabled"; | 544 | status = "disabled"; |
544 | }; | 545 | }; |
546 | |||
547 | pwm0: pwm@f8034000 { | ||
548 | compatible = "atmel,at91sam9rl-pwm"; | ||
549 | reg = <0xf8034000 0x300>; | ||
550 | interrupts = <18 IRQ_TYPE_LEVEL_HIGH 4>; | ||
551 | #pwm-cells = <3>; | ||
552 | status = "disabled"; | ||
553 | }; | ||
545 | }; | 554 | }; |
546 | 555 | ||
547 | nand0: nand@40000000 { | 556 | nand0: nand@40000000 { |