Merge tag 'at91-dt-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux...
[linux-block.git] / arch / arm64 / boot / dts / renesas / r8a779m5.dtsi
CommitLineData
05c618f3 1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
17ad3eeb
GU
2/*
3 * Device Tree Source for the R-Car M3Ne-2G (R8A779M5) SoC
4 *
5 * Copyright (C) 2021 Glider bv
6 */
7
8#include "r8a77965.dtsi"
9
10/ {
11 compatible = "renesas,r8a779m5", "renesas,r8a77965";
12};
12ee3118
GU
13
14&cluster0_opp {
320dfca6
GU
15 opp-1800000000 {
16 /delete-property/ turbo-mode;
17 };
12ee3118
GU
18 opp-2000000000 {
19 opp-hz = /bits/ 64 <2000000000>;
20 opp-microvolt = <960000>;
21 clock-latency-ns = <300000>;
22 turbo-mode;
23 };
24};