diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-03-02 14:16:27 -0500 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-03-15 11:31:22 -0400 |
commit | c8082d344ac4c05932fec1766e5e9ce72cf286ed (patch) | |
tree | 8a2a7a4b2a61b3780c669b916b33a0cde09a7722 /arch/arm/boot/dts/at91sam9x5.dtsi | |
parent | 21ea52aadd6296480baad3b04fef87230517b54c (diff) |
ARM: at91: add RSTC (Reset Controller) dt support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9x5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9x5.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index 3855843fc038..d9a93fdd35a5 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++ b/arch/arm/boot/dts/at91sam9x5.dtsi | |||
@@ -63,6 +63,11 @@ | |||
63 | reg = <0xfffffc00 0x100>; | 63 | reg = <0xfffffc00 0x100>; |
64 | }; | 64 | }; |
65 | 65 | ||
66 | rstc@fffffe00 { | ||
67 | compatible = "atmel,at91sam9g45-rstc"; | ||
68 | reg = <0xfffffe00 0x10>; | ||
69 | }; | ||
70 | |||
66 | pit: timer@fffffe30 { | 71 | pit: timer@fffffe30 { |
67 | compatible = "atmel,at91sam9260-pit"; | 72 | compatible = "atmel,at91sam9260-pit"; |
68 | reg = <0xfffffe30 0xf>; | 73 | reg = <0xfffffe30 0xf>; |