xref: /freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779m5.dtsi (revision aa1a8ff2d6dbc51ef058f46f3db5a8bb77967145)
1*aa1a8ff2SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT)
28cc087a1SEmmanuel Vadot/*
38cc087a1SEmmanuel Vadot * Device Tree Source for the R-Car M3Ne-2G (R8A779M5) SoC
48cc087a1SEmmanuel Vadot *
58cc087a1SEmmanuel Vadot * Copyright (C) 2021 Glider bv
68cc087a1SEmmanuel Vadot */
78cc087a1SEmmanuel Vadot
88cc087a1SEmmanuel Vadot#include "r8a77965.dtsi"
98cc087a1SEmmanuel Vadot
108cc087a1SEmmanuel Vadot/ {
118cc087a1SEmmanuel Vadot	compatible = "renesas,r8a779m5", "renesas,r8a77965";
128cc087a1SEmmanuel Vadot};
138cc087a1SEmmanuel Vadot
148cc087a1SEmmanuel Vadot&cluster0_opp {
15fac71e4eSEmmanuel Vadot	opp-1800000000 {
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