forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/arch/arm/boot/dts/spear600.dtsi
....@@ -1,17 +1,11 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright 2012 Stefan Roese <sr@denx.de>
3
- *
4
- * The code contained herein is licensed under the GNU General Public
5
- * License. You may obtain a copy of the GNU General Public License
6
- * Version 2 or later at the following locations:
7
- *
8
- * http://www.opensource.org/licenses/gpl-license.html
9
- * http://www.gnu.org/copyleft/gpl.html
104 */
115
12
-/include/ "skeleton.dtsi"
13
-
146 / {
7
+ #address-cells = <1>;
8
+ #size-cells = <1>;
159 compatible = "st,spear600";
1610
1711 cpus {
....@@ -53,7 +47,7 @@
5347 compatible = "arm,pl110", "arm,primecell";
5448 reg = <0xfc200000 0x1000>;
5549 interrupt-parent = <&vic1>;
56
- interrupts = <12>;
50
+ interrupts = <13>;
5751 status = "disabled";
5852 };
5953