| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * 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. |
|---|
| 7 | 4 | */ |
|---|
| 8 | 5 | |
|---|
| 9 | 6 | /* |
|---|
| .. | .. |
|---|
| 62 | 59 | * this GPIO block ORs all interrupts on CPU card (creg,..) |
|---|
| 63 | 60 | * to uplink only 1 IRQ to ARC core intc |
|---|
| 64 | 61 | */ |
|---|
| 65 | | - dw-apb-gpio@0x2000 { |
|---|
| 62 | + dw-apb-gpio@2000 { |
|---|
| 66 | 63 | compatible = "snps,dw-apb-gpio"; |
|---|
| 67 | 64 | reg = < 0x2000 0x80 >; |
|---|
| 68 | 65 | #address-cells = <1>; |
|---|
| .. | .. |
|---|
| 81 | 78 | }; |
|---|
| 82 | 79 | }; |
|---|
| 83 | 80 | |
|---|
| 84 | | - debug_uart: dw-apb-uart@0x5000 { |
|---|
| 81 | + debug_uart: dw-apb-uart@5000 { |
|---|
| 85 | 82 | compatible = "snps,dw-apb-uart"; |
|---|
| 86 | 83 | reg = <0x5000 0x100>; |
|---|
| 87 | 84 | clock-frequency = <33333000>; |
|---|
| .. | .. |
|---|
| 109 | 106 | * external DMA buffer located outside of IOC aperture. |
|---|
| 110 | 107 | */ |
|---|
| 111 | 108 | axs10x_mb { |
|---|
| 112 | | - ethernet@0x18000 { |
|---|
| 109 | + ethernet@18000 { |
|---|
| 113 | 110 | dma-coherent; |
|---|
| 114 | 111 | }; |
|---|
| 115 | 112 | |
|---|
| 116 | | - ehci@0x40000 { |
|---|
| 113 | + ehci@40000 { |
|---|
| 117 | 114 | dma-coherent; |
|---|
| 118 | 115 | }; |
|---|
| 119 | 116 | |
|---|
| 120 | | - ohci@0x60000 { |
|---|
| 117 | + ohci@60000 { |
|---|
| 121 | 118 | dma-coherent; |
|---|
| 122 | 119 | }; |
|---|
| 123 | 120 | |
|---|
| 124 | | - mmc@0x15000 { |
|---|
| 121 | + mmc@15000 { |
|---|
| 125 | 122 | dma-coherent; |
|---|
| 126 | 123 | }; |
|---|
| 127 | 124 | }; |
|---|
| .. | .. |
|---|
| 138 | 135 | * avoid duplicating the MB dtsi file given that IRQ from |
|---|
| 139 | 136 | * this intc to cpu intc are different for axs101 and axs103 |
|---|
| 140 | 137 | */ |
|---|
| 141 | | - mb_intc: dw-apb-ictl@0xe0012000 { |
|---|
| 138 | + mb_intc: interrupt-controller@e0012000 { |
|---|
| 142 | 139 | #interrupt-cells = <1>; |
|---|
| 143 | 140 | compatible = "snps,dw-apb-ictl"; |
|---|
| 144 | 141 | reg = < 0x0 0xe0012000 0x0 0x200 >; |
|---|
| .. | .. |
|---|
| 159 | 156 | #size-cells = <2>; |
|---|
| 160 | 157 | ranges; |
|---|
| 161 | 158 | /* |
|---|
| 162 | | - * Move frame buffer out of IOC aperture (0x8z-0xAz). |
|---|
| 159 | + * Move frame buffer out of IOC aperture (0x8z-0xaz). |
|---|
| 163 | 160 | */ |
|---|
| 164 | 161 | frame_buffer: frame_buffer@be000000 { |
|---|
| 165 | 162 | compatible = "shared-dma-pool"; |
|---|