17d0873ebSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 27d0873ebSEmmanuel Vadot/* 37d0873ebSEmmanuel Vadot * Copyright (c) 2024 Amlogic, Inc. All rights reserved. 47d0873ebSEmmanuel Vadot */ 57d0873ebSEmmanuel Vadot 67d0873ebSEmmanuel Vadot#include "amlogic-a4-common.dtsi" 7*0e8011faSEmmanuel Vadot#include <dt-bindings/power/amlogic,a4-pwrc.h> 87d0873ebSEmmanuel Vadot/ { 97d0873ebSEmmanuel Vadot cpus { 107d0873ebSEmmanuel Vadot #address-cells = <2>; 117d0873ebSEmmanuel Vadot #size-cells = <0>; 127d0873ebSEmmanuel Vadot 137d0873ebSEmmanuel Vadot cpu0: cpu@0 { 147d0873ebSEmmanuel Vadot device_type = "cpu"; 157d0873ebSEmmanuel Vadot compatible = "arm,cortex-a53"; 167d0873ebSEmmanuel Vadot reg = <0x0 0x0>; 177d0873ebSEmmanuel Vadot enable-method = "psci"; 187d0873ebSEmmanuel Vadot }; 197d0873ebSEmmanuel Vadot 207d0873ebSEmmanuel Vadot cpu1: cpu@1 { 217d0873ebSEmmanuel Vadot device_type = "cpu"; 227d0873ebSEmmanuel Vadot compatible = "arm,cortex-a53"; 237d0873ebSEmmanuel Vadot reg = <0x0 0x1>; 247d0873ebSEmmanuel Vadot enable-method = "psci"; 257d0873ebSEmmanuel Vadot }; 267d0873ebSEmmanuel Vadot 277d0873ebSEmmanuel Vadot cpu2: cpu@2 { 287d0873ebSEmmanuel Vadot device_type = "cpu"; 297d0873ebSEmmanuel Vadot compatible = "arm,cortex-a53"; 307d0873ebSEmmanuel Vadot reg = <0x0 0x2>; 317d0873ebSEmmanuel Vadot enable-method = "psci"; 327d0873ebSEmmanuel Vadot }; 337d0873ebSEmmanuel Vadot 347d0873ebSEmmanuel Vadot cpu3: cpu@3 { 357d0873ebSEmmanuel Vadot device_type = "cpu"; 367d0873ebSEmmanuel Vadot compatible = "arm,cortex-a53"; 377d0873ebSEmmanuel Vadot reg = <0x0 0x3>; 387d0873ebSEmmanuel Vadot enable-method = "psci"; 397d0873ebSEmmanuel Vadot }; 407d0873ebSEmmanuel Vadot }; 41*0e8011faSEmmanuel Vadot 42*0e8011faSEmmanuel Vadot sm: secure-monitor { 43*0e8011faSEmmanuel Vadot compatible = "amlogic,meson-gxbb-sm"; 44*0e8011faSEmmanuel Vadot 45*0e8011faSEmmanuel Vadot pwrc: power-controller { 46*0e8011faSEmmanuel Vadot compatible = "amlogic,a4-pwrc"; 47*0e8011faSEmmanuel Vadot #power-domain-cells = <1>; 48*0e8011faSEmmanuel Vadot }; 49*0e8011faSEmmanuel Vadot }; 507d0873ebSEmmanuel Vadot}; 51