xref: /freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779m1.dtsi (revision 8cc087a1eee9ec1ca9f7ac1e63ad51bdb5a682eb)
1354d7675SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 or MIT)
2354d7675SEmmanuel Vadot/*
3354d7675SEmmanuel Vadot * Device Tree Source for the R-Car H3e-2G (R8A779M1) SoC
4354d7675SEmmanuel Vadot *
5354d7675SEmmanuel Vadot * Copyright (C) 2021 Glider bv
6354d7675SEmmanuel Vadot */
7354d7675SEmmanuel Vadot
8354d7675SEmmanuel Vadot#include "r8a77951.dtsi"
9354d7675SEmmanuel Vadot
10354d7675SEmmanuel Vadot/ {
11354d7675SEmmanuel Vadot	compatible = "renesas,r8a779m1", "renesas,r8a7795";
12354d7675SEmmanuel Vadot};
13*8cc087a1SEmmanuel Vadot
14*8cc087a1SEmmanuel Vadot&cluster0_opp {
15*8cc087a1SEmmanuel Vadot	opp-2000000000 {
16*8cc087a1SEmmanuel Vadot		opp-hz = /bits/ 64 <2000000000>;
17*8cc087a1SEmmanuel Vadot		opp-microvolt = <960000>;
18*8cc087a1SEmmanuel Vadot		clock-latency-ns = <300000>;
19*8cc087a1SEmmanuel Vadot		turbo-mode;
20*8cc087a1SEmmanuel Vadot	};
21*8cc087a1SEmmanuel Vadot};
22