aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2015-03-12 08:07:25 -0400
committerNicolas Ferre <nicolas.ferre@atmel.com>2015-03-16 12:02:59 -0400
commitb595809b9842aaa1d67f77c52281a32636d64359 (patch)
treeffee8bc20c6232dd6acfd350943656f8e1b216d9 /Documentation
parent598e085590fc5ac1fecff00e842a8a6c2ae010e5 (diff)
ARM: at91/dt: declare atmel,at91rm9200-st as a syscon
The system timer register range is used to handle three different functionalities: Periodic Interval Timer, Real Time Timer and watchdog. Declare it as a syscon to be able to get a regmap. Also declare it as a simple-mfd and its watchdog subnode. Finally, document the watchdog compatible string. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/arm/atmel-at91.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.txt b/Documentation/devicetree/bindings/arm/atmel-at91.txt
index ad319f84f560..2e99b5b57350 100644
--- a/Documentation/devicetree/bindings/arm/atmel-at91.txt
+++ b/Documentation/devicetree/bindings/arm/atmel-at91.txt
@@ -46,10 +46,12 @@ PIT Timer required properties:
46 shared across all System Controller members. 46 shared across all System Controller members.
47 47
48System Timer (ST) required properties: 48System Timer (ST) required properties:
49- compatible: Should be "atmel,at91rm9200-st" 49- compatible: Should be "atmel,at91rm9200-st", "syscon", "simple-mfd"
50- reg: Should contain registers location and length 50- reg: Should contain registers location and length
51- interrupts: Should contain interrupt for the ST which is the IRQ line 51- interrupts: Should contain interrupt for the ST which is the IRQ line
52 shared across all System Controller members. 52 shared across all System Controller members.
53Its subnodes can be:
54- watchdog: compatible should be "atmel,at91rm9200-wdt"
53 55
54TC/TCLIB Timer required properties: 56TC/TCLIB Timer required properties:
55- compatible: Should be "atmel,<chip>-tcb". 57- compatible: Should be "atmel,<chip>-tcb".