hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm/boot/dts/highbank.dts
....@@ -1,17 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright 2011-2012 Calxeda, Inc.
3
- *
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/>.
154 */
165
176 /dts-v1/;
....@@ -24,7 +13,6 @@
2413 compatible = "calxeda,highbank";
2514 #address-cells = <1>;
2615 #size-cells = <1>;
27
- clock-ranges;
2816
2917 cpus {
3018 #address-cells = <1>;
....@@ -107,7 +95,7 @@
10795 };
10896 };
10997
110
- memory {
98
+ memory@0 {
11199 name = "memory";
112100 device_type = "memory";
113101 reg = <0x00000000 0xff900000>;
....@@ -139,14 +127,12 @@
139127 intc: interrupt-controller@fff11000 {
140128 compatible = "arm,cortex-a9-gic";
141129 #interrupt-cells = <3>;
142
- #size-cells = <0>;
143
- #address-cells = <1>;
144130 interrupt-controller;
145131 reg = <0xfff11000 0x1000>,
146132 <0xfff10100 0x100>;
147133 };
148134
149
- L2: l2-cache {
135
+ L2: cache-controller {
150136 compatible = "arm,pl310-cache";
151137 reg = <0xfff12000 0x1000>;
152138 interrupts = <0 70 4>;
....@@ -156,14 +142,14 @@
156142
157143 pmu {
158144 compatible = "arm,cortex-a9-pmu";
159
- interrupts = <0 76 4 0 75 4 0 74 4 0 73 4>;
145
+ interrupts = <0 76 4>, <0 75 4>, <0 74 4>, <0 73 4>;
160146 };
161147
162148
163149 sregs@fff3c200 {
164150 compatible = "calxeda,hb-sregs-l2-ecc";
165151 reg = <0xfff3c200 0x100>;
166
- interrupts = <0 71 4 0 72 4>;
152
+ interrupts = <0 71 4>, <0 72 4>;
167153 };
168154
169155 };