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