summaryrefslogtreecommitdiffstats
path: root/dts/src/arm64/renesas/r8a779m1.dtsi
blob: b6e855f52adf99b58259fd15b1397a6e5382f995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// SPDX-License-Identifier: (GPL-2.0 or MIT)
/*
 * Device Tree Source for the R-Car H3e-2G (R8A779M1) SoC
 *
 * Copyright (C) 2021 Glider bv
 */

#include "r8a77951.dtsi"

/ {
	compatible = "renesas,r8a779m1", "renesas,r8a7795";
};

&cluster0_opp {
	opp-2000000000 {
		opp-hz = /bits/ 64 <2000000000>;
		opp-microvolt = <960000>;
		clock-latency-ns = <300000>;
		turbo-mode;
	};
};