blob: a9ae5d32e80dfa057f01bb49dacb728035480e19 [file] [log] [blame]
Rob Herring253d7ad2011-08-10 15:22:11 -05001/*
Rob Herring8d4d9f52012-03-13 18:19:19 -05002 * Copyright 2011-2012 Calxeda, Inc.
Rob Herring253d7ad2011-08-10 15:22:11 -05003 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License,
6 * version 2, as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope it will be useful, but WITHOUT
9 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
11 * more details.
12 *
13 * You should have received a copy of the GNU General Public License along with
14 * this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17/dts-v1/;
18
19/* First 4KB has pen for secondary cores. */
20/memreserve/ 0x00000000 0x0001000;
21
22/ {
23 model = "Calxeda Highbank";
24 compatible = "calxeda,highbank";
25 #address-cells = <1>;
26 #size-cells = <1>;
Rob Herring8d4d9f52012-03-13 18:19:19 -050027 clock-ranges;
Rob Herring253d7ad2011-08-10 15:22:11 -050028
29 cpus {
30 #address-cells = <1>;
31 #size-cells = <0>;
32
33 cpu@0 {
34 compatible = "arm,cortex-a9";
35 reg = <0>;
36 next-level-cache = <&L2>;
Rob Herring8d4d9f52012-03-13 18:19:19 -050037 clocks = <&a9pll>;
38 clock-names = "cpu";
Rob Herring253d7ad2011-08-10 15:22:11 -050039 };
40
41 cpu@1 {
42 compatible = "arm,cortex-a9";
43 reg = <1>;
44 next-level-cache = <&L2>;
Rob Herring8d4d9f52012-03-13 18:19:19 -050045 clocks = <&a9pll>;
46 clock-names = "cpu";
Rob Herring253d7ad2011-08-10 15:22:11 -050047 };
48
49 cpu@2 {
50 compatible = "arm,cortex-a9";
51 reg = <2>;
52 next-level-cache = <&L2>;
Rob Herring8d4d9f52012-03-13 18:19:19 -050053 clocks = <&a9pll>;
54 clock-names = "cpu";
Rob Herring253d7ad2011-08-10 15:22:11 -050055 };
56
57 cpu@3 {
58 compatible = "arm,cortex-a9";
59 reg = <3>;
60 next-level-cache = <&L2>;
Rob Herring8d4d9f52012-03-13 18:19:19 -050061 clocks = <&a9pll>;
62 clock-names = "cpu";
Rob Herring253d7ad2011-08-10 15:22:11 -050063 };
64 };
65
66 memory {
67 name = "memory";
68 device_type = "memory";
69 reg = <0x00000000 0xff900000>;
70 };
71
Rob Herring253d7ad2011-08-10 15:22:11 -050072 soc {
Rob Herring7d6ab9b2012-10-25 11:59:09 -050073 ranges = <0x00000000 0x00000000 0xffffffff>;
Rob Herring253d7ad2011-08-10 15:22:11 -050074
75 timer@fff10600 {
Marc Zyngier7ac9b9e2012-01-10 19:44:19 +000076 compatible = "arm,cortex-a9-twd-timer";
Rob Herring253d7ad2011-08-10 15:22:11 -050077 reg = <0xfff10600 0x20>;
Marc Zyngier7ac9b9e2012-01-10 19:44:19 +000078 interrupts = <1 13 0xf01>;
Rob Herring8d4d9f52012-03-13 18:19:19 -050079 clocks = <&a9periphclk>;
Rob Herring253d7ad2011-08-10 15:22:11 -050080 };
81
82 watchdog@fff10620 {
Marc Zyngier7ac9b9e2012-01-10 19:44:19 +000083 compatible = "arm,cortex-a9-twd-wdt";
Rob Herring253d7ad2011-08-10 15:22:11 -050084 reg = <0xfff10620 0x20>;
Marc Zyngier7ac9b9e2012-01-10 19:44:19 +000085 interrupts = <1 14 0xf01>;
Rob Herring8d4d9f52012-03-13 18:19:19 -050086 clocks = <&a9periphclk>;
Rob Herring253d7ad2011-08-10 15:22:11 -050087 };
88
89 intc: interrupt-controller@fff11000 {
90 compatible = "arm,cortex-a9-gic";
91 #interrupt-cells = <3>;
92 #size-cells = <0>;
93 #address-cells = <1>;
94 interrupt-controller;
Rob Herring253d7ad2011-08-10 15:22:11 -050095 reg = <0xfff11000 0x1000>,
96 <0xfff10100 0x100>;
97 };
98
99 L2: l2-cache {
100 compatible = "arm,pl310-cache";
101 reg = <0xfff12000 0x1000>;
102 interrupts = <0 70 4>;
103 cache-unified;
104 cache-level = <2>;
105 };
106
107 pmu {
108 compatible = "arm,cortex-a9-pmu";
109 interrupts = <0 76 4 0 75 4 0 74 4 0 73 4>;
110 };
111
Rob Herring253d7ad2011-08-10 15:22:11 -0500112
Rob Herring69154d02012-06-11 21:32:14 -0500113 sregs@fff3c200 {
114 compatible = "calxeda,hb-sregs-l2-ecc";
115 reg = <0xfff3c200 0x100>;
116 interrupts = <0 71 4 0 72 4>;
117 };
118
Rob Herring253d7ad2011-08-10 15:22:11 -0500119 };
120};
Rob Herring7d6ab9b2012-10-25 11:59:09 -0500121
122/include/ "ecx-common.dtsi"