cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

r8a779m5.dtsi (384B)


      1// SPDX-License-Identifier: (GPL-2.0 or MIT)
      2/*
      3 * Device Tree Source for the R-Car M3Ne-2G (R8A779M5) SoC
      4 *
      5 * Copyright (C) 2021 Glider bv
      6 */
      7
      8#include "r8a77965.dtsi"
      9
     10/ {
     11	compatible = "renesas,r8a779m5", "renesas,r8a77965";
     12};
     13
     14&cluster0_opp {
     15	opp-2000000000 {
     16		opp-hz = /bits/ 64 <2000000000>;
     17		opp-microvolt = <960000>;
     18		clock-latency-ns = <300000>;
     19		turbo-mode;
     20	};
     21};