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