162306a36Sopenharmony_ci/* 262306a36Sopenharmony_ci * Copyright 2016 Linaro Ltd 362306a36Sopenharmony_ci * 462306a36Sopenharmony_ci * Permission is hereby granted, free of charge, to any person obtaining a copy 562306a36Sopenharmony_ci * of this software and associated documentation files (the "Software"), to deal 662306a36Sopenharmony_ci * in the Software without restriction, including without limitation the rights 762306a36Sopenharmony_ci * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 862306a36Sopenharmony_ci * copies of the Software, and to permit persons to whom the Software is 962306a36Sopenharmony_ci * furnished to do so, subject to the following conditions: 1062306a36Sopenharmony_ci * 1162306a36Sopenharmony_ci * The above copyright notice and this permission notice shall be included in 1262306a36Sopenharmony_ci * all copies or substantial portions of the Software. 1362306a36Sopenharmony_ci * 1462306a36Sopenharmony_ci * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1562306a36Sopenharmony_ci * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1662306a36Sopenharmony_ci * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 1762306a36Sopenharmony_ci * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 1862306a36Sopenharmony_ci * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 1962306a36Sopenharmony_ci * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 2062306a36Sopenharmony_ci * THE SOFTWARE. 2162306a36Sopenharmony_ci */ 2262306a36Sopenharmony_ci 2362306a36Sopenharmony_ci/dts-v1/; 2462306a36Sopenharmony_ci#include "arm-realview-eb-mp.dtsi" 2562306a36Sopenharmony_ci 2662306a36Sopenharmony_ci/ { 2762306a36Sopenharmony_ci model = "ARM RealView EB Cortex A9 MPCore"; 2862306a36Sopenharmony_ci 2962306a36Sopenharmony_ci /* 3062306a36Sopenharmony_ci * This is the Cortex A9 MPCore tile used with the 3162306a36Sopenharmony_ci * RealView EB. 3262306a36Sopenharmony_ci */ 3362306a36Sopenharmony_ci cpus { 3462306a36Sopenharmony_ci #address-cells = <1>; 3562306a36Sopenharmony_ci #size-cells = <0>; 3662306a36Sopenharmony_ci enable-method = "arm,realview-smp"; 3762306a36Sopenharmony_ci 3862306a36Sopenharmony_ci A9_0: cpu@0 { 3962306a36Sopenharmony_ci device_type = "cpu"; 4062306a36Sopenharmony_ci compatible = "arm,cortex-a9"; 4162306a36Sopenharmony_ci reg = <0>; 4262306a36Sopenharmony_ci next-level-cache = <&L2>; 4362306a36Sopenharmony_ci }; 4462306a36Sopenharmony_ci 4562306a36Sopenharmony_ci A9_1: cpu@1 { 4662306a36Sopenharmony_ci device_type = "cpu"; 4762306a36Sopenharmony_ci compatible = "arm,cortex-a9"; 4862306a36Sopenharmony_ci reg = <1>; 4962306a36Sopenharmony_ci next-level-cache = <&L2>; 5062306a36Sopenharmony_ci }; 5162306a36Sopenharmony_ci 5262306a36Sopenharmony_ci A9_2: cpu@2 { 5362306a36Sopenharmony_ci device_type = "cpu"; 5462306a36Sopenharmony_ci compatible = "arm,cortex-a9"; 5562306a36Sopenharmony_ci reg = <2>; 5662306a36Sopenharmony_ci next-level-cache = <&L2>; 5762306a36Sopenharmony_ci }; 5862306a36Sopenharmony_ci 5962306a36Sopenharmony_ci A9_3: cpu@3 { 6062306a36Sopenharmony_ci device_type = "cpu"; 6162306a36Sopenharmony_ci compatible = "arm,cortex-a9"; 6262306a36Sopenharmony_ci reg = <3>; 6362306a36Sopenharmony_ci next-level-cache = <&L2>; 6462306a36Sopenharmony_ci }; 6562306a36Sopenharmony_ci }; 6662306a36Sopenharmony_ci}; 6762306a36Sopenharmony_ci 6862306a36Sopenharmony_ci&pmu { 6962306a36Sopenharmony_ci interrupt-affinity = <&A9_0>, <&A9_1>, <&A9_2>, <&A9_3>; 7062306a36Sopenharmony_ci}; 71