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/at91sam9g45.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/at91sam9g45.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9g45.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi b/arch/arm/boot/dts/at91sam9g45.dtsi index 621a329307d6..faccd4f5aace 100644 --- a/arch/arm/boot/dts/at91sam9g45.dtsi +++ b/arch/arm/boot/dts/at91sam9g45.dtsi | |||
@@ -65,6 +65,11 @@ | |||
65 | reg = <0xfffffc00 0x100>; | 65 | reg = <0xfffffc00 0x100>; |
66 | }; | 66 | }; |
67 | 67 | ||
68 | rstc@fffffd00 { | ||
69 | compatible = "atmel,at91sam9g45-rstc"; | ||
70 | reg = <0xfffffd00 0x10>; | ||
71 | }; | ||
72 | |||
68 | pit: timer@fffffd30 { | 73 | pit: timer@fffffd30 { |
69 | compatible = "atmel,at91sam9260-pit"; | 74 | compatible = "atmel,at91sam9260-pit"; |
70 | reg = <0xfffffd30 0xf>; | 75 | reg = <0xfffffd30 0xf>; |