29 lines
463 B
Plaintext
29 lines
463 B
Plaintext
/*
|
|
* Device Tree Source for the R-Car M3 (R8A77961) SoC
|
|
*
|
|
* Copyright (C) 2023 EPAM Systems.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#include "rcar_gen3_ca57.dtsi"
|
|
|
|
/ {
|
|
compatible = "renesas,r8a77961";
|
|
|
|
cpus {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
a57_0: cpu@0 {
|
|
compatible = "arm,cortex-a57", "arm,armv8";
|
|
reg = <0x0>;
|
|
device_type = "cpu";
|
|
enable-method = "psci";
|
|
};
|
|
};
|
|
};
|
|
|
|
&cpg {
|
|
compatible = "renesas,r8a7795-cpg-mssr";
|
|
};
|