|
@@ -2,8 +2,10 @@ Marvell Armada 370 and Armada XP Timers
|
|
|
---------------------------------------
|
|
|
|
|
|
Required properties:
|
|
|
-- compatible: Should be either "marvell,armada-370-timer" or
|
|
|
- "marvell,armada-xp-timer" as appropriate.
|
|
|
+- compatible: Should be one of the following
|
|
|
+ "marvell,armada-370-timer",
|
|
|
+ "marvell,armada-375-timer",
|
|
|
+ "marvell,armada-xp-timer".
|
|
|
- interrupts: Should contain the list of Global Timer interrupts and
|
|
|
then local timer interrupts
|
|
|
- reg: Should contain location and length for timers register. First
|
|
@@ -13,7 +15,8 @@ Required properties:
|
|
|
Clocks required for compatible = "marvell,armada-370-timer":
|
|
|
- clocks : Must contain a single entry describing the clock input
|
|
|
|
|
|
-Clocks required for compatible = "marvell,armada-xp-timer":
|
|
|
+Clocks required for compatibles = "marvell,armada-xp-timer",
|
|
|
+ "marvell,armada-375-timer":
|
|
|
- clocks : Must contain an entry for each entry in clock-names.
|
|
|
- clock-names : Must include the following entries:
|
|
|
"nbclk" (L2/coherency fabric clock),
|