0001 /*
0002 * Copyright 2016 Linaro Ltd
0003 *
0004 * Permission is hereby granted, free of charge, to any person obtaining a copy
0005 * of this software and associated documentation files (the "Software"), to deal
0006 * in the Software without restriction, including without limitation the rights
0007 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
0008 * copies of the Software, and to permit persons to whom the Software is
0009 * furnished to do so, subject to the following conditions:
0010 *
0011 * The above copyright notice and this permission notice shall be included in
0012 * all copies or substantial portions of the Software.
0013 *
0014 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0015 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0016 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
0017 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
0018 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
0019 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
0020 * THE SOFTWARE.
0021 */
0022
0023 #include "arm-realview-eb-11mp.dts"
0024
0025 / {
0026 model = "ARM RealView Emulation Baseboard with ARM11MPCore Rev B";
0027 };
0028
0029 /*
0030 * The revision B has a distinctly different layout of the syscon, so
0031 * append a specific compatible-string.
0032 */
0033 &syscon {
0034 compatible = "arm,realview-eb11mp-revb-syscon", "arm,realview-eb-syscon", "syscon", "simple-mfd";
0035 };
0036
0037 &intc {
0038 reg = <0x10101000 0x1000>,
0039 <0x10100100 0x100>;
0040 };
0041
0042 &L2 {
0043 reg = <0x10102000 0x1000>;
0044 };
0045
0046 &scu {
0047 reg = <0x10100000 0x100>;
0048 };
0049
0050 &twd_timer {
0051 reg = <0x10100600 0x20>;
0052 };
0053
0054 &twd_wdog {
0055 reg = <0x10100620 0x20>;
0056 };
0057
0058 /*
0059 * On revision B, we cannot reach the secondary interrupt
0060 * controller, as a result, some peripherals that are dependent
0061 * on their IRQ cannot be reached, so disable them.
0062 */
0063 &intc_second {
0064 status = "disabled";
0065 };
0066
0067 &gpio0 {
0068 status = "disabled";
0069 };
0070
0071 &gpio1 {
0072 status = "disabled";
0073 };
0074
0075 &gpio2 {
0076 status = "disabled";
0077 };
0078
0079 &serial2 {
0080 status = "disabled";
0081 };
0082
0083 &serial3 {
0084 status = "disabled";
0085 };
0086
0087 &ssp {
0088 status = "disabled";
0089 };
0090
0091 &wdog {
0092 status = "disabled";
0093 };