forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/ecx-2000.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,ecx-2000";
2514 #address-cells = <2>;
2615 #size-cells = <2>;
27
- clock-ranges;
2816
2917 cpus {
3018 #address-cells = <1>;
....@@ -94,8 +82,7 @@
9482 intc: interrupt-controller@fff11000 {
9583 compatible = "arm,cortex-a15-gic";
9684 #interrupt-cells = <3>;
97
- #size-cells = <0>;
98
- #address-cells = <1>;
85
+ #address-cells = <0>;
9986 interrupt-controller;
10087 interrupts = <1 9 0xf04>;
10188 reg = <0xfff11000 0x1000>,
....@@ -106,7 +93,7 @@
10693
10794 pmu {
10895 compatible = "arm,cortex-a9-pmu";
109
- interrupts = <0 76 4 0 75 4 0 74 4 0 73 4>;
96
+ interrupts = <0 76 4>, <0 75 4>, <0 74 4>, <0 73 4>;
11097 };
11198 };
11299 };