| ARM 11MP, Cortex-A5 and Cortex-A9 are often associated with a per-core |
| Timer-Watchdog (aka TWD), which provides both a per-cpu local timer |
| The TWD is usually attached to a GIC to deliver its two per-processor |
| ** Timer node required properties: |
| - compatible : Should be one of: |
| "arm,cortex-a9-twd-timer" |
| "arm,cortex-a5-twd-timer" |
| - interrupts : One interrupt to each core |
| - reg : Specify the base address and the size of the TWD timer |
| - always-on : a boolean property. If present, the timer is powered through |
| an always-on power domain, therefore it never loses context. |
| compatible = "arm,arm11mp-twd-timer""; |
| interrupts = <1 13 0xf01>; |
| ** Watchdog node properties: |
| - compatible : Should be one of: |
| - interrupts : One interrupt to each core |
| - reg : Specify the base address and the size of the TWD watchdog |
| compatible = "arm,arm11mp-twd-wdt"; |
| interrupts = <1 14 0xf01>; |