hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arc/boot/dts/axc003_idu.dtsi
....@@ -1,9 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2014, 2015 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 /*
....@@ -62,7 +59,7 @@
6259 * this GPIO block ORs all interrupts on CPU card (creg,..)
6360 * to uplink only 1 IRQ to ARC core intc
6461 */
65
- dw-apb-gpio@0x2000 {
62
+ dw-apb-gpio@2000 {
6663 compatible = "snps,dw-apb-gpio";
6764 reg = < 0x2000 0x80 >;
6865 #address-cells = <1>;
....@@ -81,7 +78,7 @@
8178 };
8279 };
8380
84
- debug_uart: dw-apb-uart@0x5000 {
81
+ debug_uart: dw-apb-uart@5000 {
8582 compatible = "snps,dw-apb-uart";
8683 reg = <0x5000 0x100>;
8784 clock-frequency = <33333000>;
....@@ -109,19 +106,19 @@
109106 * external DMA buffer located outside of IOC aperture.
110107 */
111108 axs10x_mb {
112
- ethernet@0x18000 {
109
+ ethernet@18000 {
113110 dma-coherent;
114111 };
115112
116
- ehci@0x40000 {
113
+ ehci@40000 {
117114 dma-coherent;
118115 };
119116
120
- ohci@0x60000 {
117
+ ohci@60000 {
121118 dma-coherent;
122119 };
123120
124
- mmc@0x15000 {
121
+ mmc@15000 {
125122 dma-coherent;
126123 };
127124 };
....@@ -138,7 +135,7 @@
138135 * avoid duplicating the MB dtsi file given that IRQ from
139136 * this intc to cpu intc are different for axs101 and axs103
140137 */
141
- mb_intc: dw-apb-ictl@0xe0012000 {
138
+ mb_intc: interrupt-controller@e0012000 {
142139 #interrupt-cells = <1>;
143140 compatible = "snps,dw-apb-ictl";
144141 reg = < 0x0 0xe0012000 0x0 0x200 >;
....@@ -159,7 +156,7 @@
159156 #size-cells = <2>;
160157 ranges;
161158 /*
162
- * Move frame buffer out of IOC aperture (0x8z-0xAz).
159
+ * Move frame buffer out of IOC aperture (0x8z-0xaz).
163160 */
164161 frame_buffer: frame_buffer@be000000 {
165162 compatible = "shared-dma-pool";