hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arc/boot/dts/axc003.dtsi
....@@ -1,9 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com)
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
74 */
85
96 /*
....@@ -55,7 +52,7 @@
5552 * this GPIO block ORs all interrupts on CPU card (creg,..)
5653 * to uplink only 1 IRQ to ARC core intc
5754 */
58
- dw-apb-gpio@0x2000 {
55
+ dw-apb-gpio@2000 {
5956 compatible = "snps,dw-apb-gpio";
6057 reg = < 0x2000 0x80 >;
6158 #address-cells = <1>;
....@@ -74,7 +71,7 @@
7471 };
7572 };
7673
77
- debug_uart: dw-apb-uart@0x5000 {
74
+ debug_uart: dw-apb-uart@5000 {
7875 compatible = "snps,dw-apb-uart";
7976 reg = <0x5000 0x100>;
8077 clock-frequency = <33333000>;
....@@ -102,19 +99,19 @@
10299 * external DMA buffer located outside of IOC aperture.
103100 */
104101 axs10x_mb {
105
- ethernet@0x18000 {
102
+ ethernet@18000 {
106103 dma-coherent;
107104 };
108105
109
- ehci@0x40000 {
106
+ ehci@40000 {
110107 dma-coherent;
111108 };
112109
113
- ohci@0x60000 {
110
+ ohci@60000 {
114111 dma-coherent;
115112 };
116113
117
- mmc@0x15000 {
114
+ mmc@15000 {
118115 dma-coherent;
119116 };
120117 };
....@@ -132,7 +129,7 @@
132129 * avoid duplicating the MB dtsi file given that IRQ from
133130 * this intc to cpu intc are different for axs101 and axs103
134131 */
135
- mb_intc: dw-apb-ictl@0xe0012000 {
132
+ mb_intc: interrupt-controller@e0012000 {
136133 #interrupt-cells = <1>;
137134 compatible = "snps,dw-apb-ictl";
138135 reg = < 0x0 0xe0012000 0x0 0x200 >;
....@@ -153,7 +150,7 @@
153150 #size-cells = <2>;
154151 ranges;
155152 /*
156
- * Move frame buffer out of IOC aperture (0x8z-0xAz).
153
+ * Move frame buffer out of IOC aperture (0x8z-0xaz).
157154 */
158155 frame_buffer: frame_buffer@be000000 {
159156 compatible = "shared-dma-pool";