1/*
2 * arch/c6x/boot/dts/evmc6457.dts
3 *
4 * EVMC6457 Evaluation Platform For TMS320C6457
5 *
6 * Copyright (C) 2011 Texas Instruments Incorporated
7 *
8 * Author: Mark Salter <msalter@redhat.com>
9 *
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License
12 * as published by the Free Software Foundation; either version 2
13 * of the License, or (at your option) any later version.
14 *
15 */
16
17/dts-v1/;
18
19/include/ "tms320c6457.dtsi"
20
21/ {
22	model = "eInfochips EVMC6457";
23	compatible = "einfochips,evmc6457";
24
25	chosen {
26		bootargs = "console=hvc root=/dev/nfs ip=dhcp rw";
27	};
28
29	memory {
30		device_type = "memory";
31		reg = <0xE0000000 0x10000000>;
32	};
33
34	soc {
35		megamod_pic: interrupt-controller@1800000 {
36		       interrupts = < 12 13 14 15 >;
37		};
38
39		timer0: timer@2940000 {
40			interrupt-parent = <&megamod_pic>;
41			interrupts = < 67 >;
42		};
43
44		clock-controller@29a0000 {
45			clock-frequency = <60000000>;
46		};
47	};
48};
49