1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2016 Synopsys, Inc. (www.synopsys.com)
7 compatible = "snps,arc";
19 compatible = "snps,archs38";
25 /* TIMER0 with interrupt for clockevent */
27 compatible = "snps,arc-timer";
29 interrupt-parent = <&core_intc>;
33 /* 64-bit Local RTC: preferred clocksource for UP */
35 compatible = "snps,archs-timer-rtc";
39 /* TIMER1 for free running clocksource: Fallback if rtc not found */
41 compatible = "snps,arc-timer";
46 device_type = "memory";
47 reg = <0x80000000 0x10000000>; /* 256M */