.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * 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. |
---|
7 | 4 | */ |
---|
8 | 5 | |
---|
9 | 6 | /* |
---|
.. | .. |
---|
55 | 52 | * this GPIO block ORs all interrupts on CPU card (creg,..) |
---|
56 | 53 | * to uplink only 1 IRQ to ARC core intc |
---|
57 | 54 | */ |
---|
58 | | - dw-apb-gpio@0x2000 { |
---|
| 55 | + dw-apb-gpio@2000 { |
---|
59 | 56 | compatible = "snps,dw-apb-gpio"; |
---|
60 | 57 | reg = < 0x2000 0x80 >; |
---|
61 | 58 | #address-cells = <1>; |
---|
.. | .. |
---|
74 | 71 | }; |
---|
75 | 72 | }; |
---|
76 | 73 | |
---|
77 | | - debug_uart: dw-apb-uart@0x5000 { |
---|
| 74 | + debug_uart: dw-apb-uart@5000 { |
---|
78 | 75 | compatible = "snps,dw-apb-uart"; |
---|
79 | 76 | reg = <0x5000 0x100>; |
---|
80 | 77 | clock-frequency = <33333000>; |
---|
.. | .. |
---|
102 | 99 | * external DMA buffer located outside of IOC aperture. |
---|
103 | 100 | */ |
---|
104 | 101 | axs10x_mb { |
---|
105 | | - ethernet@0x18000 { |
---|
| 102 | + ethernet@18000 { |
---|
106 | 103 | dma-coherent; |
---|
107 | 104 | }; |
---|
108 | 105 | |
---|
109 | | - ehci@0x40000 { |
---|
| 106 | + ehci@40000 { |
---|
110 | 107 | dma-coherent; |
---|
111 | 108 | }; |
---|
112 | 109 | |
---|
113 | | - ohci@0x60000 { |
---|
| 110 | + ohci@60000 { |
---|
114 | 111 | dma-coherent; |
---|
115 | 112 | }; |
---|
116 | 113 | |
---|
117 | | - mmc@0x15000 { |
---|
| 114 | + mmc@15000 { |
---|
118 | 115 | dma-coherent; |
---|
119 | 116 | }; |
---|
120 | 117 | }; |
---|
.. | .. |
---|
132 | 129 | * avoid duplicating the MB dtsi file given that IRQ from |
---|
133 | 130 | * this intc to cpu intc are different for axs101 and axs103 |
---|
134 | 131 | */ |
---|
135 | | - mb_intc: dw-apb-ictl@0xe0012000 { |
---|
| 132 | + mb_intc: interrupt-controller@e0012000 { |
---|
136 | 133 | #interrupt-cells = <1>; |
---|
137 | 134 | compatible = "snps,dw-apb-ictl"; |
---|
138 | 135 | reg = < 0x0 0xe0012000 0x0 0x200 >; |
---|
.. | .. |
---|
153 | 150 | #size-cells = <2>; |
---|
154 | 151 | ranges; |
---|
155 | 152 | /* |
---|
156 | | - * Move frame buffer out of IOC aperture (0x8z-0xAz). |
---|
| 153 | + * Move frame buffer out of IOC aperture (0x8z-0xaz). |
---|
157 | 154 | */ |
---|
158 | 155 | frame_buffer: frame_buffer@be000000 { |
---|
159 | 156 | compatible = "shared-dma-pool"; |
---|