blob: 73ca1d7eed81d527145f8aae4fb4e73f3240637a [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-a53";
15 reg = <0x0 0x0>;
16 enable-method = "psci";
17 };
18
19 cpu1: cpu@1 {
20 device_type = "cpu";
21 compatible = "arm,cortex-a53";
22 reg = <0x0 0x1>;
23 enable-method = "psci";
24 };
25
26 cpu2: cpu@2 {
27 device_type = "cpu";
28 compatible = "arm,cortex-a53";
29 reg = <0x0 0x2>;
30 enable-method = "psci";
31 };
32
33 cpu3: cpu@3 {
34 device_type = "cpu";
35 compatible = "arm,cortex-a53";
36 reg = <0x0 0x3>;
37 enable-method = "psci";
38 };
39 };
40};