1/* 2 * Device Tree Source for the R-Car M3 (R8A77961) SoC 3 * 4 * Copyright (C) 2023 EPAM Systems. 5 * 6 * SPDX-License-Identifier: Apache-2.0 7 */ 8#include "rcar_gen3_ca57.dtsi" 9 10/ { 11 compatible = "renesas,r8a77961"; 12 13 cpus { 14 #address-cells = <1>; 15 #size-cells = <0>; 16 17 a57_0: cpu@0 { 18 compatible = "arm,cortex-a57", "arm,armv8"; 19 reg = <0x0>; 20 device_type = "cpu"; 21 enable-method = "psci"; 22 }; 23 }; 24}; 25 26&cpg { 27 compatible = "renesas,r8a7795-cpg-mssr"; 28}; 29