1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (C) 2016 Marvell Technology Group Ltd.
4 *
5 * Device Tree file for Marvell Armada AP806.
6 */
7
8#include "armada-ap806.dtsi"
9
10/ {
11	model = "Marvell Armada AP806 Quad";
12	compatible = "marvell,armada-ap806-quad", "marvell,armada-ap806";
13
14	cpus {
15		#address-cells = <1>;
16		#size-cells = <0>;
17
18		cpu0: cpu@0 {
19			device_type = "cpu";
20			compatible = "arm,cortex-a72";
21			reg = <0x000>;
22			enable-method = "psci";
23			#cooling-cells = <2>;
24		};
25		cpu1: cpu@1 {
26			device_type = "cpu";
27			compatible = "arm,cortex-a72";
28			reg = <0x001>;
29			enable-method = "psci";
30			#cooling-cells = <2>;
31		};
32		cpu2: cpu@100 {
33			device_type = "cpu";
34			compatible = "arm,cortex-a72";
35			reg = <0x100>;
36			enable-method = "psci";
37			#cooling-cells = <2>;
38		};
39		cpu3: cpu@101 {
40			device_type = "cpu";
41			compatible = "arm,cortex-a72";
42			reg = <0x101>;
43			enable-method = "psci";
44			#cooling-cells = <2>;
45		};
46	};
47
48};
49