137dd3951SGregory CLEMENTMarvell Armada 370 and Armada XP Timers
237dd3951SGregory CLEMENT---------------------------------------
337dd3951SGregory CLEMENT
437dd3951SGregory CLEMENTRequired properties:
58ad31e66SEzequiel Garcia- compatible: Should be either "marvell,armada-370-timer" or
68ad31e66SEzequiel Garcia  "marvell,armada-xp-timer" as appropriate.
737dd3951SGregory CLEMENT- interrupts: Should contain the list of Global Timer interrupts and
837dd3951SGregory CLEMENT  then local timer interrupts
937dd3951SGregory CLEMENT- reg: Should contain location and length for timers register. First
1037dd3951SGregory CLEMENT  pair for the Global Timer registers, second pair for the
1137dd3951SGregory CLEMENT  local/private timers.
128ad31e66SEzequiel Garcia- clocks: clock driving the timer hardware, only required for
138ad31e66SEzequiel Garcia  "marvell,armada-370-timer";
1437dd3951SGregory CLEMENT
158ad31e66SEzequiel GarciaExamples:
168ad31e66SEzequiel Garcia
178ad31e66SEzequiel Garcia- Armada 370:
188ad31e66SEzequiel Garcia
198ad31e66SEzequiel Garcia	timer {
208ad31e66SEzequiel Garcia		compatible = "marvell,armada-370-timer";
218ad31e66SEzequiel Garcia		reg = <0x20300 0x30>, <0x21040 0x30>;
228ad31e66SEzequiel Garcia		interrupts = <37>, <38>, <39>, <40>, <5>, <6>;
238ad31e66SEzequiel Garcia		clocks = <&coreclk 2>;
248ad31e66SEzequiel Garcia	};
258ad31e66SEzequiel Garcia
268ad31e66SEzequiel Garcia- Armada XP:
278ad31e66SEzequiel Garcia
288ad31e66SEzequiel Garcia	timer {
298ad31e66SEzequiel Garcia		compatible = "marvell,armada-xp-timer";
308ad31e66SEzequiel Garcia		reg = <0x20300 0x30>, <0x21040 0x30>;
318ad31e66SEzequiel Garcia		interrupts = <37>, <38>, <39>, <40>, <5>, <6>;
328ad31e66SEzequiel Garcia	};
33