Merge tag 'soc-dt-late-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-block.git] / arch / arm64 / boot / dts / amlogic / amlogic-a4.dtsi
CommitLineData
6ef63301
XZ
1// 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};