]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - arch/c6x/boot/dts/evmc6678.dts
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-jammy-kernel.git] / arch / c6x / boot / dts / evmc6678.dts
CommitLineData
2874c5fd 1// SPDX-License-Identifier: GPL-2.0-or-later
dbe91a2e
KC
2/*
3 * arch/c6x/boot/dts/evmc6678.dts
4 *
5 * EVMC6678 Evaluation Platform For TMS320C6678
6 *
7 * Copyright (C) 2012 Texas Instruments Incorporated
8 *
9 * Author: Ken Cox <jkc@redhat.com>
dbe91a2e
KC
10 */
11
12/dts-v1/;
13
14/include/ "tms320c6678.dtsi"
15
16/ {
17 model = "Advantech EVMC6678";
18 compatible = "advantech,evmc6678";
19
20 chosen {
21 bootargs = "root=/dev/nfs ip=dhcp rw";
22 };
23
24 memory {
25 device_type = "memory";
26 reg = <0x80000000 0x20000000>;
27 };
28
29 soc {
30 megamod_pic: interrupt-controller@1800000 {
31 interrupts = < 12 13 14 15 >;
32 };
33
34 timer8: timer@2280000 {
35 interrupt-parent = <&megamod_pic>;
36 interrupts = < 66 >;
37 };
38
39 timer9: timer@2290000 {
40 interrupt-parent = <&megamod_pic>;
41 interrupts = < 68 >;
42 };
43
44 timer10: timer@22A0000 {
45 interrupt-parent = <&megamod_pic>;
46 interrupts = < 70 >;
47 };
48
49 timer11: timer@22B0000 {
50 interrupt-parent = <&megamod_pic>;
51 interrupts = < 72 >;
52 };
53
54 timer12: timer@22C0000 {
55 interrupt-parent = <&megamod_pic>;
56 interrupts = < 74 >;
57 };
58
59 timer13: timer@22D0000 {
60 interrupt-parent = <&megamod_pic>;
61 interrupts = < 76 >;
62 };
63
64 timer14: timer@22E0000 {
65 interrupt-parent = <&megamod_pic>;
66 interrupts = < 78 >;
67 };
68
69 timer15: timer@22F0000 {
70 interrupt-parent = <&megamod_pic>;
71 interrupts = < 80 >;
72 };
73
74 clock-controller@2310000 {
75 clock-frequency = <100000000>;
76 };
77 };
78};