| * Copyright (C) 2016 Synopsys, Inc. (www.synopsys.com) |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| compatible = "snps,archs38"; |
| /* TIMER0 with interrupt for clockevent */ |
| compatible = "snps,arc-timer"; |
| interrupt-parent = <&core_intc>; |
| /* 64-bit Local RTC: preferred clocksource for UP */ |
| compatible = "snps,archs-timer-rtc"; |
| /* TIMER1 for free running clocksource: Fallback if rtc not found */ |
| compatible = "snps,arc-timer"; |
| reg = <0x80000000 0x10000000>; /* 256M */ |