forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/spear13xx.dtsi
....@@ -1,19 +1,13 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * DTS file for all SPEAr13xx SoCs
34 *
45 * Copyright 2012 Viresh Kumar <vireshk@kernel.org>
5
- *
6
- * The code contained herein is licensed under the GNU General Public
7
- * License. You may obtain a copy of the GNU General Public License
8
- * Version 2 or later at the following locations:
9
- *
10
- * http://www.opensource.org/licenses/gpl-license.html
11
- * http://www.gnu.org/copyleft/gpl.html
126 */
137
14
-/include/ "skeleton.dtsi"
15
-
168 / {
9
+ #address-cells = <1>;
10
+ #size-cells = <1>;
1711 interrupt-parent = <&gic>;
1812
1913 cpus {
....@@ -49,7 +43,7 @@
4943 0 7 0x04>;
5044 };
5145
52
- L2: l2-cache {
46
+ L2: cache-controller {
5347 compatible = "arm,pl310-cache";
5448 reg = <0xed000000 0x1000>;
5549 cache-unified;
....@@ -290,9 +284,9 @@
290284 #size-cells = <0>;
291285 interrupts = <0 31 0x4>;
292286 status = "disabled";
293
- dmas = <&dwdma0 4 0 0>,
294
- <&dwdma0 5 0 0>;
295
- dma-names = "tx", "rx";
287
+ dmas = <&dwdma0 5 0 0>,
288
+ <&dwdma0 4 0 0>;
289
+ dma-names = "rx", "tx";
296290 };
297291
298292 rtc@e0580000 {