diff options
author | Bo Shen <voice.shen@atmel.com> | 2013-12-19 11:59:17 +0800 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-12-19 23:00:04 +0100 |
commit | f3ab052786e98b23f326bc28ec43b793495c9b6c (patch) | |
tree | ccd9f7e7186ea9f739467cf2a812fcb6797b2e0c /arch/arm/boot/dts/at91sam9n12.dtsi | |
parent | ca594844e4a53f778811c06feef60bdf36bc5fec (diff) | |
download | talos-obmc-linux-f3ab052786e98b23f326bc28ec43b793495c9b6c.tar.gz talos-obmc-linux-f3ab052786e98b23f326bc28ec43b793495c9b6c.zip |
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 @@ i2c0 = &i2c0; i2c1 = &i2c1; ssc0 = &ssc0; + pwm0 = &pwm0; }; cpus { #address-cells = <0>; @@ -542,6 +543,14 @@ reg = <0xfffffe40 0x10>; status = "disabled"; }; + + pwm0: pwm@f8034000 { + compatible = "atmel,at91sam9rl-pwm"; + reg = <0xf8034000 0x300>; + interrupts = <18 IRQ_TYPE_LEVEL_HIGH 4>; + #pwm-cells = <3>; + status = "disabled"; + }; }; nand0: nand@40000000 { |