1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * arch/c6x/boot/dts/evmc6472.dts
4 *
5 * EVMC6472 Evaluation Platform For TMS320C6472
6 *
7 * Copyright (C) 2011 Texas Instruments Incorporated
8 *
9 * Author: Mark Salter <msalter@redhat.com>
10 */
11
12/dts-v1/;
13
14/include/ "tms320c6472.dtsi"
15
16/ {
17	model = "eInfochips EVMC6472";
18	compatible = "einfochips,evmc6472";
19
20	chosen {
21		bootargs = "console=hvc root=/dev/nfs ip=dhcp rw";
22	};
23
24	memory {
25		device_type = "memory";
26		reg = <0xE0000000 0x10000000>;
27	};
28
29	soc {
30		megamod_pic: interrupt-controller@1800000 {
31		       interrupts = < 12 13 14 15 >;
32		};
33
34		timer0: timer@25e0000 {
35			interrupt-parent = <&megamod_pic>;
36			interrupts = < 16 >;
37		};
38
39		timer1: timer@25f0000 {
40			interrupt-parent = <&megamod_pic>;
41			interrupts = < 16 >;
42		};
43
44		timer2: timer@2600000 {
45			interrupt-parent = <&megamod_pic>;
46			interrupts = < 16 >;
47		};
48
49		timer3: timer@2610000 {
50			interrupt-parent = <&megamod_pic>;
51			interrupts = < 16 >;
52		};
53
54		timer4: timer@2620000 {
55			interrupt-parent = <&megamod_pic>;
56			interrupts = < 16 >;
57		};
58
59		timer5: timer@2630000 {
60			interrupt-parent = <&megamod_pic>;
61			interrupts = < 16 >;
62		};
63
64		clock-controller@29a0000 {
65			clock-frequency = <25000000>;
66		};
67	};
68};
69