]>
Commit | Line | Data |
---|---|---|
041cadca MS |
1 | /* |
2 | * arch/c6x/boot/dts/evmc6472.dts | |
3 | * | |
4 | * EVMC6472 Evaluation Platform For TMS320C6472 | |
5 | * | |
6 | * Copyright (C) 2011 Texas Instruments Incorporated | |
7 | * | |
8 | * Author: Mark Salter <[email protected]> | |
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/ "tms320c6472.dtsi" | |
20 | ||
21 | / { | |
22 | model = "eInfochips EVMC6472"; | |
23 | compatible = "einfochips,evmc6472"; | |
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@25e0000 { | |
40 | interrupt-parent = <&megamod_pic>; | |
41 | interrupts = < 16 >; | |
42 | }; | |
43 | ||
44 | timer1: timer@25f0000 { | |
45 | interrupt-parent = <&megamod_pic>; | |
46 | interrupts = < 16 >; | |
47 | }; | |
48 | ||
49 | timer2: timer@2600000 { | |
50 | interrupt-parent = <&megamod_pic>; | |
51 | interrupts = < 16 >; | |
52 | }; | |
53 | ||
54 | timer3: timer@2610000 { | |
55 | interrupt-parent = <&megamod_pic>; | |
56 | interrupts = < 16 >; | |
57 | }; | |
58 | ||
59 | timer4: timer@2620000 { | |
60 | interrupt-parent = <&megamod_pic>; | |
61 | interrupts = < 16 >; | |
62 | }; | |
63 | ||
64 | timer5: timer@2630000 { | |
65 | interrupt-parent = <&megamod_pic>; | |
66 | interrupts = < 16 >; | |
67 | }; | |
68 | ||
69 | clock-controller@29a0000 { | |
70 | clock-frequency = <25000000>; | |
71 | }; | |
72 | }; | |
73 | }; |