xref: /freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779m1.dtsi (revision aa1a8ff2d6dbc51ef058f46f3db5a8bb77967145)
1*aa1a8ff2SEmmanuel 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};
138cc087a1SEmmanuel Vadot
148cc087a1SEmmanuel Vadot&cluster0_opp {
15fac71e4eSEmmanuel Vadot	opp-1700000000 {
16fac71e4eSEmmanuel Vadot		/delete-property/ turbo-mode;
17fac71e4eSEmmanuel Vadot	};
188cc087a1SEmmanuel Vadot	opp-2000000000 {
198cc087a1SEmmanuel Vadot		opp-hz = /bits/ 64 <2000000000>;
208cc087a1SEmmanuel Vadot		opp-microvolt = <960000>;
218cc087a1SEmmanuel Vadot		clock-latency-ns = <300000>;
228cc087a1SEmmanuel Vadot		turbo-mode;
238cc087a1SEmmanuel Vadot	};
248cc087a1SEmmanuel Vadot};
25