| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * DTS file for all SPEAr1340 SoCs |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * 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 |
|---|
| 12 | 6 | */ |
|---|
| 13 | 7 | |
|---|
| 14 | 8 | /include/ "spear13xx.dtsi" |
|---|
| .. | .. |
|---|
| 142 | 136 | reg = <0xb4100000 0x1000>; |
|---|
| 143 | 137 | interrupts = <0 105 0x4>; |
|---|
| 144 | 138 | status = "disabled"; |
|---|
| 145 | | - dmas = <&dwdma0 12 0 1>, |
|---|
| 146 | | - <&dwdma0 13 1 0>; |
|---|
| 147 | | - dma-names = "tx", "rx"; |
|---|
| 139 | + dmas = <&dwdma0 13 0 1>, |
|---|
| 140 | + <&dwdma0 12 1 0>; |
|---|
| 141 | + dma-names = "rx", "tx"; |
|---|
| 148 | 142 | }; |
|---|
| 149 | 143 | |
|---|
| 150 | 144 | thermal@e07008c4 { |
|---|