blob: 43f68a7da2f7420e5a795a10d8a07c75bbacdb8e [file] [log] [blame]
Tom Rini762f85b2024-07-20 11:15:10 -06001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2024 Amlogic, Inc. All rights reserved.
4 */
5
6#include "amlogic-a4-common.dtsi"
7/ {
8 cpus {
9 #address-cells = <2>;
10 #size-cells = <0>;
11
12 cpu0: cpu@0 {
13 device_type = "cpu";
14 compatible = "arm,cortex-a55";
15 reg = <0x0 0x0>;
16 enable-method = "psci";
17 };
18
19 cpu1: cpu@100 {
20 device_type = "cpu";
21 compatible = "arm,cortex-a55";
22 reg = <0x0 0x100>;
23 enable-method = "psci";
24 };
25
26 cpu2: cpu@200 {
27 device_type = "cpu";
28 compatible = "arm,cortex-a55";
29 reg = <0x0 0x200>;
30 enable-method = "psci";
31 };
32
33 cpu3: cpu@300 {
34 device_type = "cpu";
35 compatible = "arm,cortex-a55";
36 reg = <0x0 0x300>;
37 enable-method = "psci";
38 };
39 };
40};