1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2012 Synopsys, Inc. (www.synopsys.com)
7 * Skeleton device tree; the bare minimum needed to boot; just include and
8 * add a compatible value.
12 compatible = "snps,arc";
24 compatible = "snps,arc770d";
30 /* TIMER0 with interrupt for clockevent */
32 compatible = "snps,arc-timer";
34 interrupt-parent = <&core_intc>;
38 /* TIMER1 for free running clocksource */
40 compatible = "snps,arc-timer";
45 device_type = "memory";
46 reg = <0x80000000 0x10000000>; /* 256M */