162306a36Sopenharmony_ci/* T4240 Interlaken LAC Portal device tree stub with 24 portals. 262306a36Sopenharmony_ci * 362306a36Sopenharmony_ci * Copyright 2012 Freescale Semiconductor Inc. 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Redistribution and use in source and binary forms, with or without 662306a36Sopenharmony_ci * modification, are permitted provided that the following conditions are met: 762306a36Sopenharmony_ci * * Redistributions of source code must retain the above copyright 862306a36Sopenharmony_ci * notice, this list of conditions and the following disclaimer. 962306a36Sopenharmony_ci * * Redistributions in binary form must reproduce the above copyright 1062306a36Sopenharmony_ci * notice, this list of conditions and the following disclaimer in the 1162306a36Sopenharmony_ci * documentation and/or other materials provided with the distribution. 1262306a36Sopenharmony_ci * * Neither the name of Freescale Semiconductor nor the 1362306a36Sopenharmony_ci * names of its contributors may be used to endorse or promote products 1462306a36Sopenharmony_ci * derived from this software without specific prior written permission. 1562306a36Sopenharmony_ci * 1662306a36Sopenharmony_ci * 1762306a36Sopenharmony_ci * ALTERNATIVELY, this software may be distributed under the terms of the 1862306a36Sopenharmony_ci * GNU General Public License ("GPL") as published by the Free Software 1962306a36Sopenharmony_ci * Foundation, either version 2 of that License or (at your option) any 2062306a36Sopenharmony_ci * later version. 2162306a36Sopenharmony_ci * 2262306a36Sopenharmony_ci * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor "AS IS" AND ANY 2362306a36Sopenharmony_ci * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 2462306a36Sopenharmony_ci * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 2562306a36Sopenharmony_ci * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY 2662306a36Sopenharmony_ci * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 2762306a36Sopenharmony_ci * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 2862306a36Sopenharmony_ci * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 2962306a36Sopenharmony_ci * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 3062306a36Sopenharmony_ci * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 3162306a36Sopenharmony_ci * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 3262306a36Sopenharmony_ci */ 3362306a36Sopenharmony_ci 3462306a36Sopenharmony_ci#address-cells = <0x1>; 3562306a36Sopenharmony_ci#size-cells = <0x1>; 3662306a36Sopenharmony_cicompatible = "fsl,interlaken-lac-portals"; 3762306a36Sopenharmony_ci 3862306a36Sopenharmony_cilportal0: lac-portal@0 { 3962306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 4062306a36Sopenharmony_ci reg = <0x0 0x1000>; 4162306a36Sopenharmony_ci}; 4262306a36Sopenharmony_ci 4362306a36Sopenharmony_cilportal1: lac-portal@1000 { 4462306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 4562306a36Sopenharmony_ci reg = <0x1000 0x1000>; 4662306a36Sopenharmony_ci}; 4762306a36Sopenharmony_ci 4862306a36Sopenharmony_cilportal2: lac-portal@2000 { 4962306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 5062306a36Sopenharmony_ci reg = <0x2000 0x1000>; 5162306a36Sopenharmony_ci}; 5262306a36Sopenharmony_ci 5362306a36Sopenharmony_cilportal3: lac-portal@3000 { 5462306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 5562306a36Sopenharmony_ci reg = <0x3000 0x1000>; 5662306a36Sopenharmony_ci}; 5762306a36Sopenharmony_ci 5862306a36Sopenharmony_cilportal4: lac-portal@4000 { 5962306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 6062306a36Sopenharmony_ci reg = <0x4000 0x1000>; 6162306a36Sopenharmony_ci}; 6262306a36Sopenharmony_ci 6362306a36Sopenharmony_cilportal5: lac-portal@5000 { 6462306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 6562306a36Sopenharmony_ci reg = <0x5000 0x1000>; 6662306a36Sopenharmony_ci}; 6762306a36Sopenharmony_ci 6862306a36Sopenharmony_cilportal6: lac-portal@6000 { 6962306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 7062306a36Sopenharmony_ci reg = <0x6000 0x1000>; 7162306a36Sopenharmony_ci}; 7262306a36Sopenharmony_ci 7362306a36Sopenharmony_cilportal7: lac-portal@7000 { 7462306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 7562306a36Sopenharmony_ci reg = <0x7000 0x1000>; 7662306a36Sopenharmony_ci}; 7762306a36Sopenharmony_ci 7862306a36Sopenharmony_cilportal8: lac-portal@8000 { 7962306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 8062306a36Sopenharmony_ci reg = <0x8000 0x1000>; 8162306a36Sopenharmony_ci}; 8262306a36Sopenharmony_ci 8362306a36Sopenharmony_cilportal9: lac-portal@9000 { 8462306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 8562306a36Sopenharmony_ci reg = <0x9000 0x1000>; 8662306a36Sopenharmony_ci}; 8762306a36Sopenharmony_ci 8862306a36Sopenharmony_cilportal10: lac-portal@A000 { 8962306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 9062306a36Sopenharmony_ci reg = <0xA000 0x1000>; 9162306a36Sopenharmony_ci}; 9262306a36Sopenharmony_ci 9362306a36Sopenharmony_cilportal11: lac-portal@B000 { 9462306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 9562306a36Sopenharmony_ci reg = <0xB000 0x1000>; 9662306a36Sopenharmony_ci}; 9762306a36Sopenharmony_ci 9862306a36Sopenharmony_cilportal12: lac-portal@C000 { 9962306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 10062306a36Sopenharmony_ci reg = <0xC000 0x1000>; 10162306a36Sopenharmony_ci}; 10262306a36Sopenharmony_ci 10362306a36Sopenharmony_cilportal13: lac-portal@D000 { 10462306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 10562306a36Sopenharmony_ci reg = <0xD000 0x1000>; 10662306a36Sopenharmony_ci}; 10762306a36Sopenharmony_ci 10862306a36Sopenharmony_cilportal14: lac-portal@E000 { 10962306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 11062306a36Sopenharmony_ci reg = <0xE000 0x1000>; 11162306a36Sopenharmony_ci}; 11262306a36Sopenharmony_ci 11362306a36Sopenharmony_cilportal15: lac-portal@F000 { 11462306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 11562306a36Sopenharmony_ci reg = <0xF000 0x1000>; 11662306a36Sopenharmony_ci}; 11762306a36Sopenharmony_ci 11862306a36Sopenharmony_cilportal16: lac-portal@10000 { 11962306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 12062306a36Sopenharmony_ci reg = <0x10000 0x1000>; 12162306a36Sopenharmony_ci}; 12262306a36Sopenharmony_ci 12362306a36Sopenharmony_cilportal17: lac-portal@11000 { 12462306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 12562306a36Sopenharmony_ci reg = <0x11000 0x1000>; 12662306a36Sopenharmony_ci}; 12762306a36Sopenharmony_ci 12862306a36Sopenharmony_cilportal18: lac-portal@1200 { 12962306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 13062306a36Sopenharmony_ci reg = <0x12000 0x1000>; 13162306a36Sopenharmony_ci}; 13262306a36Sopenharmony_ci 13362306a36Sopenharmony_cilportal19: lac-portal@13000 { 13462306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 13562306a36Sopenharmony_ci reg = <0x13000 0x1000>; 13662306a36Sopenharmony_ci}; 13762306a36Sopenharmony_ci 13862306a36Sopenharmony_cilportal20: lac-portal@14000 { 13962306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 14062306a36Sopenharmony_ci reg = <0x14000 0x1000>; 14162306a36Sopenharmony_ci}; 14262306a36Sopenharmony_ci 14362306a36Sopenharmony_cilportal21: lac-portal@15000 { 14462306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 14562306a36Sopenharmony_ci reg = <0x15000 0x1000>; 14662306a36Sopenharmony_ci}; 14762306a36Sopenharmony_ci 14862306a36Sopenharmony_cilportal22: lac-portal@16000 { 14962306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 15062306a36Sopenharmony_ci reg = <0x16000 0x1000>; 15162306a36Sopenharmony_ci}; 15262306a36Sopenharmony_ci 15362306a36Sopenharmony_cilportal23: lac-portal@17000 { 15462306a36Sopenharmony_ci compatible = "fsl,interlaken-lac-portal-v1.0"; 15562306a36Sopenharmony_ci reg = <0x17000 0x1000>; 15662306a36Sopenharmony_ci}; 157