1*724ba675SRob Herring/* 2*724ba675SRob Herring * Copyright 2016 Linaro Ltd 3*724ba675SRob Herring * 4*724ba675SRob Herring * Permission is hereby granted, free of charge, to any person obtaining a copy 5*724ba675SRob Herring * of this software and associated documentation files (the "Software"), to deal 6*724ba675SRob Herring * in the Software without restriction, including without limitation the rights 7*724ba675SRob Herring * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8*724ba675SRob Herring * copies of the Software, and to permit persons to whom the Software is 9*724ba675SRob Herring * furnished to do so, subject to the following conditions: 10*724ba675SRob Herring * 11*724ba675SRob Herring * The above copyright notice and this permission notice shall be included in 12*724ba675SRob Herring * all copies or substantial portions of the Software. 13*724ba675SRob Herring * 14*724ba675SRob Herring * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15*724ba675SRob Herring * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16*724ba675SRob Herring * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17*724ba675SRob Herring * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 18*724ba675SRob Herring * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 19*724ba675SRob Herring * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 20*724ba675SRob Herring * THE SOFTWARE. 21*724ba675SRob Herring */ 22*724ba675SRob Herring 23*724ba675SRob Herring#include "arm-realview-eb-a9mp.dts" 24*724ba675SRob Herring#include "arm-realview-eb-bbrevd.dtsi" 25*724ba675SRob Herring 26*724ba675SRob Herring/ { 27*724ba675SRob Herring model = "ARM RealView EB Baseboard Rev D Cortex A9 MPCore"; 28*724ba675SRob Herring}; 29