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