blob: 19e27e4af50d9d4fbc51c5658bc9584ced25e950 [file] [log] [blame]
Konstantin Porotchkinb1c81b42021-02-23 14:11:36 +01001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2018 Marvell International Ltd.
4 *
5 */
6
7/*
8 * Device Tree file for Marvell Armada AP806/AP807.
9 */
10
11/ {
12 model = "Marvell Armada AP80X Quad";
13 compatible = "marvell,armada-ap806-quad", "marvell,armada-ap806";
14
15 cpus {
16 #address-cells = <1>;
17 #size-cells = <0>;
18
19 cpu@000 {
20 clocks;
Simon Glass8c103c32023-02-13 08:56:33 -070021 bootph-all;
Konstantin Porotchkinb1c81b42021-02-23 14:11:36 +010022 device_type = "cpu";
23 compatible = "arm,cortex-a72", "arm,armv8";
24 reg = <0x000>;
25 enable-method = "psci";
26 };
27 cpu@001 {
28 clocks;
Simon Glass8c103c32023-02-13 08:56:33 -070029 bootph-all;
Konstantin Porotchkinb1c81b42021-02-23 14:11:36 +010030 device_type = "cpu";
31 compatible = "arm,cortex-a72", "arm,armv8";
32 reg = <0x001>;
33 enable-method = "psci";
34 };
35 cpu@100 {
36 clocks;
Simon Glass8c103c32023-02-13 08:56:33 -070037 bootph-all;
Konstantin Porotchkinb1c81b42021-02-23 14:11:36 +010038 device_type = "cpu";
39 compatible = "arm,cortex-a72", "arm,armv8";
40 reg = <0x100>;
41 enable-method = "psci";
42 };
43 cpu@101 {
44 clocks;
Simon Glass8c103c32023-02-13 08:56:33 -070045 bootph-all;
Konstantin Porotchkinb1c81b42021-02-23 14:11:36 +010046 device_type = "cpu";
47 compatible = "arm,cortex-a72", "arm,armv8";
48 reg = <0x101>;
49 enable-method = "psci";
50 };
51 };
52};