1*03aa254fSHongbo Zhang/* 2*03aa254fSHongbo Zhang * QorIQ Elo3 DMA device tree stub [ controller @ offset 0x101000 ] 3*03aa254fSHongbo Zhang * 4*03aa254fSHongbo Zhang * Copyright 2013 Freescale Semiconductor Inc. 5*03aa254fSHongbo Zhang * 6*03aa254fSHongbo Zhang * Redistribution and use in source and binary forms, with or without 7*03aa254fSHongbo Zhang * modification, are permitted provided that the following conditions are met: 8*03aa254fSHongbo Zhang * * Redistributions of source code must retain the above copyright 9*03aa254fSHongbo Zhang * notice, this list of conditions and the following disclaimer. 10*03aa254fSHongbo Zhang * * Redistributions in binary form must reproduce the above copyright 11*03aa254fSHongbo Zhang * notice, this list of conditions and the following disclaimer in the 12*03aa254fSHongbo Zhang * documentation and/or other materials provided with the distribution. 13*03aa254fSHongbo Zhang * * Neither the name of Freescale Semiconductor nor the 14*03aa254fSHongbo Zhang * names of its contributors may be used to endorse or promote products 15*03aa254fSHongbo Zhang * derived from this software without specific prior written permission. 16*03aa254fSHongbo Zhang * 17*03aa254fSHongbo Zhang * 18*03aa254fSHongbo Zhang * ALTERNATIVELY, this software may be distributed under the terms of the 19*03aa254fSHongbo Zhang * GNU General Public License ("GPL") as published by the Free Software 20*03aa254fSHongbo Zhang * Foundation, either version 2 of that License or (at your option) any 21*03aa254fSHongbo Zhang * later version. 22*03aa254fSHongbo Zhang * 23*03aa254fSHongbo Zhang * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY 24*03aa254fSHongbo Zhang * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 25*03aa254fSHongbo Zhang * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 26*03aa254fSHongbo Zhang * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 27*03aa254fSHongbo Zhang * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 28*03aa254fSHongbo Zhang * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 29*03aa254fSHongbo Zhang * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 30*03aa254fSHongbo Zhang * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 31*03aa254fSHongbo Zhang * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 32*03aa254fSHongbo Zhang * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 33*03aa254fSHongbo Zhang */ 34*03aa254fSHongbo Zhang 35*03aa254fSHongbo Zhangdma1: dma@101300 { 36*03aa254fSHongbo Zhang #address-cells = <1>; 37*03aa254fSHongbo Zhang #size-cells = <1>; 38*03aa254fSHongbo Zhang compatible = "fsl,elo3-dma"; 39*03aa254fSHongbo Zhang reg = <0x101300 0x4>, 40*03aa254fSHongbo Zhang <0x101600 0x4>; 41*03aa254fSHongbo Zhang ranges = <0x0 0x101100 0x500>; 42*03aa254fSHongbo Zhang dma-channel@0 { 43*03aa254fSHongbo Zhang compatible = "fsl,eloplus-dma-channel"; 44*03aa254fSHongbo Zhang reg = <0x0 0x80>; 45*03aa254fSHongbo Zhang interrupts = <32 2 0 0>; 46*03aa254fSHongbo Zhang }; 47*03aa254fSHongbo Zhang dma-channel@80 { 48*03aa254fSHongbo Zhang compatible = "fsl,eloplus-dma-channel"; 49*03aa254fSHongbo Zhang reg = <0x80 0x80>; 50*03aa254fSHongbo Zhang interrupts = <33 2 0 0>; 51*03aa254fSHongbo Zhang }; 52*03aa254fSHongbo Zhang dma-channel@100 { 53*03aa254fSHongbo Zhang compatible = "fsl,eloplus-dma-channel"; 54*03aa254fSHongbo Zhang reg = <0x100 0x80>; 55*03aa254fSHongbo Zhang interrupts = <34 2 0 0>; 56*03aa254fSHongbo Zhang }; 57*03aa254fSHongbo Zhang dma-channel@180 { 58*03aa254fSHongbo Zhang compatible = "fsl,eloplus-dma-channel"; 59*03aa254fSHongbo Zhang reg = <0x180 0x80>; 60*03aa254fSHongbo Zhang interrupts = <35 2 0 0>; 61*03aa254fSHongbo Zhang }; 62*03aa254fSHongbo Zhang dma-channel@300 { 63*03aa254fSHongbo Zhang compatible = "fsl,eloplus-dma-channel"; 64*03aa254fSHongbo Zhang reg = <0x300 0x80>; 65*03aa254fSHongbo Zhang interrupts = <80 2 0 0>; 66*03aa254fSHongbo Zhang }; 67*03aa254fSHongbo Zhang dma-channel@380 { 68*03aa254fSHongbo Zhang compatible = "fsl,eloplus-dma-channel"; 69*03aa254fSHongbo Zhang reg = <0x380 0x80>; 70*03aa254fSHongbo Zhang interrupts = <81 2 0 0>; 71*03aa254fSHongbo Zhang }; 72*03aa254fSHongbo Zhang dma-channel@400 { 73*03aa254fSHongbo Zhang compatible = "fsl,eloplus-dma-channel"; 74*03aa254fSHongbo Zhang reg = <0x400 0x80>; 75*03aa254fSHongbo Zhang interrupts = <82 2 0 0>; 76*03aa254fSHongbo Zhang }; 77*03aa254fSHongbo Zhang dma-channel@480 { 78*03aa254fSHongbo Zhang compatible = "fsl,eloplus-dma-channel"; 79*03aa254fSHongbo Zhang reg = <0x480 0x80>; 80*03aa254fSHongbo Zhang interrupts = <83 2 0 0>; 81*03aa254fSHongbo Zhang }; 82*03aa254fSHongbo Zhang}; 83