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