18c2ecf20Sopenharmony_ci/* T4240 Interlaken LAC Portal device tree stub with 24 portals.
28c2ecf20Sopenharmony_ci *
38c2ecf20Sopenharmony_ci * Copyright 2012 Freescale Semiconductor Inc.
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Redistribution and use in source and binary forms, with or without
68c2ecf20Sopenharmony_ci * modification, are permitted provided that the following conditions are met:
78c2ecf20Sopenharmony_ci *     * Redistributions of source code must retain the above copyright
88c2ecf20Sopenharmony_ci *       notice, this list of conditions and the following disclaimer.
98c2ecf20Sopenharmony_ci *     * Redistributions in binary form must reproduce the above copyright
108c2ecf20Sopenharmony_ci *       notice, this list of conditions and the following disclaimer in the
118c2ecf20Sopenharmony_ci *       documentation and/or other materials provided with the distribution.
128c2ecf20Sopenharmony_ci *     * Neither the name of Freescale Semiconductor nor the
138c2ecf20Sopenharmony_ci *       names of its contributors may be used to endorse or promote products
148c2ecf20Sopenharmony_ci *       derived from this software without specific prior written permission.
158c2ecf20Sopenharmony_ci *
168c2ecf20Sopenharmony_ci *
178c2ecf20Sopenharmony_ci * ALTERNATIVELY, this software may be distributed under the terms of the
188c2ecf20Sopenharmony_ci * GNU General Public License ("GPL") as published by the Free Software
198c2ecf20Sopenharmony_ci * Foundation, either version 2 of that License or (at your option) any
208c2ecf20Sopenharmony_ci * later version.
218c2ecf20Sopenharmony_ci *
228c2ecf20Sopenharmony_ci * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor "AS IS" AND ANY
238c2ecf20Sopenharmony_ci * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
248c2ecf20Sopenharmony_ci * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
258c2ecf20Sopenharmony_ci * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
268c2ecf20Sopenharmony_ci * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
278c2ecf20Sopenharmony_ci * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
288c2ecf20Sopenharmony_ci * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
298c2ecf20Sopenharmony_ci * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
308c2ecf20Sopenharmony_ci * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
318c2ecf20Sopenharmony_ci * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
328c2ecf20Sopenharmony_ci */
338c2ecf20Sopenharmony_ci
348c2ecf20Sopenharmony_ci#address-cells = <0x1>;
358c2ecf20Sopenharmony_ci#size-cells = <0x1>;
368c2ecf20Sopenharmony_cicompatible = "fsl,interlaken-lac-portals";
378c2ecf20Sopenharmony_ci
388c2ecf20Sopenharmony_cilportal0: lac-portal@0 {
398c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
408c2ecf20Sopenharmony_ci	reg = <0x0 0x1000>;
418c2ecf20Sopenharmony_ci};
428c2ecf20Sopenharmony_ci
438c2ecf20Sopenharmony_cilportal1: lac-portal@1000 {
448c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
458c2ecf20Sopenharmony_ci	reg = <0x1000 0x1000>;
468c2ecf20Sopenharmony_ci};
478c2ecf20Sopenharmony_ci
488c2ecf20Sopenharmony_cilportal2: lac-portal@2000 {
498c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
508c2ecf20Sopenharmony_ci	reg = <0x2000 0x1000>;
518c2ecf20Sopenharmony_ci};
528c2ecf20Sopenharmony_ci
538c2ecf20Sopenharmony_cilportal3: lac-portal@3000 {
548c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
558c2ecf20Sopenharmony_ci	reg = <0x3000 0x1000>;
568c2ecf20Sopenharmony_ci};
578c2ecf20Sopenharmony_ci
588c2ecf20Sopenharmony_cilportal4: lac-portal@4000 {
598c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
608c2ecf20Sopenharmony_ci	reg = <0x4000 0x1000>;
618c2ecf20Sopenharmony_ci};
628c2ecf20Sopenharmony_ci
638c2ecf20Sopenharmony_cilportal5: lac-portal@5000 {
648c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
658c2ecf20Sopenharmony_ci	reg = <0x5000 0x1000>;
668c2ecf20Sopenharmony_ci};
678c2ecf20Sopenharmony_ci
688c2ecf20Sopenharmony_cilportal6: lac-portal@6000 {
698c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
708c2ecf20Sopenharmony_ci	reg = <0x6000 0x1000>;
718c2ecf20Sopenharmony_ci};
728c2ecf20Sopenharmony_ci
738c2ecf20Sopenharmony_cilportal7: lac-portal@7000 {
748c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
758c2ecf20Sopenharmony_ci	reg = <0x7000 0x1000>;
768c2ecf20Sopenharmony_ci};
778c2ecf20Sopenharmony_ci
788c2ecf20Sopenharmony_cilportal8: lac-portal@8000 {
798c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
808c2ecf20Sopenharmony_ci	reg = <0x8000 0x1000>;
818c2ecf20Sopenharmony_ci};
828c2ecf20Sopenharmony_ci
838c2ecf20Sopenharmony_cilportal9: lac-portal@9000 {
848c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
858c2ecf20Sopenharmony_ci	reg = <0x9000 0x1000>;
868c2ecf20Sopenharmony_ci};
878c2ecf20Sopenharmony_ci
888c2ecf20Sopenharmony_cilportal10: lac-portal@A000 {
898c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
908c2ecf20Sopenharmony_ci	reg = <0xA000 0x1000>;
918c2ecf20Sopenharmony_ci};
928c2ecf20Sopenharmony_ci
938c2ecf20Sopenharmony_cilportal11: lac-portal@B000 {
948c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
958c2ecf20Sopenharmony_ci	reg = <0xB000 0x1000>;
968c2ecf20Sopenharmony_ci};
978c2ecf20Sopenharmony_ci
988c2ecf20Sopenharmony_cilportal12: lac-portal@C000 {
998c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
1008c2ecf20Sopenharmony_ci	reg = <0xC000 0x1000>;
1018c2ecf20Sopenharmony_ci};
1028c2ecf20Sopenharmony_ci
1038c2ecf20Sopenharmony_cilportal13: lac-portal@D000 {
1048c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
1058c2ecf20Sopenharmony_ci	reg = <0xD000 0x1000>;
1068c2ecf20Sopenharmony_ci};
1078c2ecf20Sopenharmony_ci
1088c2ecf20Sopenharmony_cilportal14: lac-portal@E000 {
1098c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
1108c2ecf20Sopenharmony_ci	reg = <0xE000 0x1000>;
1118c2ecf20Sopenharmony_ci};
1128c2ecf20Sopenharmony_ci
1138c2ecf20Sopenharmony_cilportal15: lac-portal@F000 {
1148c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
1158c2ecf20Sopenharmony_ci	reg = <0xF000 0x1000>;
1168c2ecf20Sopenharmony_ci};
1178c2ecf20Sopenharmony_ci
1188c2ecf20Sopenharmony_cilportal16: lac-portal@10000 {
1198c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
1208c2ecf20Sopenharmony_ci	reg = <0x10000 0x1000>;
1218c2ecf20Sopenharmony_ci};
1228c2ecf20Sopenharmony_ci
1238c2ecf20Sopenharmony_cilportal17: lac-portal@11000 {
1248c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
1258c2ecf20Sopenharmony_ci	reg = <0x11000 0x1000>;
1268c2ecf20Sopenharmony_ci};
1278c2ecf20Sopenharmony_ci
1288c2ecf20Sopenharmony_cilportal18: lac-portal@1200 {
1298c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
1308c2ecf20Sopenharmony_ci	reg = <0x12000 0x1000>;
1318c2ecf20Sopenharmony_ci};
1328c2ecf20Sopenharmony_ci
1338c2ecf20Sopenharmony_cilportal19: lac-portal@13000 {
1348c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
1358c2ecf20Sopenharmony_ci	reg = <0x13000 0x1000>;
1368c2ecf20Sopenharmony_ci};
1378c2ecf20Sopenharmony_ci
1388c2ecf20Sopenharmony_cilportal20: lac-portal@14000 {
1398c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
1408c2ecf20Sopenharmony_ci	reg = <0x14000 0x1000>;
1418c2ecf20Sopenharmony_ci};
1428c2ecf20Sopenharmony_ci
1438c2ecf20Sopenharmony_cilportal21: lac-portal@15000 {
1448c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
1458c2ecf20Sopenharmony_ci	reg = <0x15000 0x1000>;
1468c2ecf20Sopenharmony_ci};
1478c2ecf20Sopenharmony_ci
1488c2ecf20Sopenharmony_cilportal22: lac-portal@16000 {
1498c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
1508c2ecf20Sopenharmony_ci	reg = <0x16000 0x1000>;
1518c2ecf20Sopenharmony_ci};
1528c2ecf20Sopenharmony_ci
1538c2ecf20Sopenharmony_cilportal23: lac-portal@17000 {
1548c2ecf20Sopenharmony_ci	compatible = "fsl,interlaken-lac-portal-v1.0";
1558c2ecf20Sopenharmony_ci	reg = <0x17000 0x1000>;
1568c2ecf20Sopenharmony_ci};
157