xref: /freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779m5.dtsi (revision 8cc087a1eee9ec1ca9f7ac1e63ad51bdb5a682eb)
1*8cc087a1SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 or MIT)
2*8cc087a1SEmmanuel Vadot/*
3*8cc087a1SEmmanuel Vadot * Device Tree Source for the R-Car M3Ne-2G (R8A779M5) SoC
4*8cc087a1SEmmanuel Vadot *
5*8cc087a1SEmmanuel Vadot * Copyright (C) 2021 Glider bv
6*8cc087a1SEmmanuel Vadot */
7*8cc087a1SEmmanuel Vadot
8*8cc087a1SEmmanuel Vadot#include "r8a77965.dtsi"
9*8cc087a1SEmmanuel Vadot
10*8cc087a1SEmmanuel Vadot/ {
11*8cc087a1SEmmanuel Vadot	compatible = "renesas,r8a779m5", "renesas,r8a77965";
12*8cc087a1SEmmanuel 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