blob: 1bffff1314e2f4e12f6e4f18631fb9e3cb9476c3 [file] [log] [blame]
Peng Fanf180f4a2018-10-18 14:28:36 +02001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2018 NXP
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * as published by the Free Software Foundation; either version 2
8 * of the License, or (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 */
15
16#include "fsl-imx8dxp.dtsi"
17
18/ {
19 model = "Freescale i.MX8QXP";
20 compatible = "fsl,imx8qxp";
21
22 cpus {
23 A35_2: cpu@2 {
24 device_type = "cpu";
25 compatible = "arm,cortex-a35";
26 reg = <0x0 0x2>;
27 enable-method = "psci";
28 next-level-cache = <&A35_L2>;
29 };
30
31 A35_3: cpu@3 {
32 device_type = "cpu";
33 compatible = "arm,cortex-a35";
34 reg = <0x0 0x3>;
35 enable-method = "psci";
36 next-level-cache = <&A35_L2>;
37 };
38 };
39
40 pmu {
41 interrupt-affinity = <&A35_0>, <&A35_1>, <&A35_2>, <&A35_3>;
42 };
43};
44
45&A35_2 {
46 device_type = "cpu";
47};
48
49&A35_3 {
50 device_type = "cpu";
51};