1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) !! 1 // SPDX-License-Identifier: (GPL-2.0 or MIT) 2 /* 2 /* 3 * Device Tree Source for the R-Car M3e-2G (R8 3 * Device Tree Source for the R-Car M3e-2G (R8A779M3) SoC 4 * 4 * 5 * Copyright (C) 2021 Glider bv 5 * Copyright (C) 2021 Glider bv 6 */ 6 */ 7 7 8 #include "r8a77961.dtsi" 8 #include "r8a77961.dtsi" 9 9 10 / { 10 / { 11 compatible = "renesas,r8a779m3", "rene 11 compatible = "renesas,r8a779m3", "renesas,r8a77961"; 12 }; 12 }; 13 13 14 &cluster0_opp { 14 &cluster0_opp { 15 opp-1800000000 { << 16 /delete-property/ turbo-mode; << 17 }; << 18 opp-2000000000 { 15 opp-2000000000 { 19 opp-hz = /bits/ 64 <2000000000 16 opp-hz = /bits/ 64 <2000000000>; 20 opp-microvolt = <960000>; 17 opp-microvolt = <960000>; 21 clock-latency-ns = <300000>; 18 clock-latency-ns = <300000>; 22 turbo-mode; 19 turbo-mode; 23 }; 20 }; 24 }; 21 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.