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

meson-g12b-a311d.dtsi (2257B)


      1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      2/*
      3 * Copyright (c) 2019 BayLibre, SAS
      4 * Author: Neil Armstrong <narmstrong@baylibre.com>
      5 */
      6
      7#include "meson-g12b.dtsi"
      8
      9/ {
     10	cpu_opp_table_0: opp-table-0 {
     11		compatible = "operating-points-v2";
     12		opp-shared;
     13
     14		opp-1000000000 {
     15			opp-hz = /bits/ 64 <1000000000>;
     16			opp-microvolt = <761000>;
     17		};
     18
     19		opp-1200000000 {
     20			opp-hz = /bits/ 64 <1200000000>;
     21			opp-microvolt = <781000>;
     22		};
     23
     24		opp-1398000000 {
     25			opp-hz = /bits/ 64 <1398000000>;
     26			opp-microvolt = <811000>;
     27		};
     28
     29		opp-1512000000 {
     30			opp-hz = /bits/ 64 <1512000000>;
     31			opp-microvolt = <861000>;
     32		};
     33
     34		opp-1608000000 {
     35			opp-hz = /bits/ 64 <1608000000>;
     36			opp-microvolt = <901000>;
     37		};
     38
     39		opp-1704000000 {
     40			opp-hz = /bits/ 64 <1704000000>;
     41			opp-microvolt = <951000>;
     42		};
     43
     44		opp-1800000000 {
     45			opp-hz = /bits/ 64 <1800000000>;
     46			opp-microvolt = <1001000>;
     47		};
     48	};
     49
     50	cpub_opp_table_1: opp-table-1 {
     51		compatible = "operating-points-v2";
     52		opp-shared;
     53
     54		opp-1000000000 {
     55			opp-hz = /bits/ 64 <1000000000>;
     56			opp-microvolt = <731000>;
     57		};
     58
     59		opp-1200000000 {
     60			opp-hz = /bits/ 64 <1200000000>;
     61			opp-microvolt = <751000>;
     62		};
     63
     64		opp-1398000000 {
     65			opp-hz = /bits/ 64 <1398000000>;
     66			opp-microvolt = <771000>;
     67		};
     68
     69		opp-1512000000 {
     70			opp-hz = /bits/ 64 <1512000000>;
     71			opp-microvolt = <771000>;
     72		};
     73
     74		opp-1608000000 {
     75			opp-hz = /bits/ 64 <1608000000>;
     76			opp-microvolt = <781000>;
     77		};
     78
     79		opp-1704000000 {
     80			opp-hz = /bits/ 64 <1704000000>;
     81			opp-microvolt = <791000>;
     82		};
     83
     84		opp-1800000000 {
     85			opp-hz = /bits/ 64 <1800000000>;
     86			opp-microvolt = <831000>;
     87		};
     88
     89                opp-1908000000 {
     90                        opp-hz = /bits/ 64 <1908000000>;
     91                        opp-microvolt = <861000>;
     92                };
     93
     94                opp-2016000000 {
     95                        opp-hz = /bits/ 64 <2016000000>;
     96                        opp-microvolt = <911000>;
     97                };
     98
     99                opp-2108000000 {
    100                        opp-hz = /bits/ 64 <2108000000>;
    101                        opp-microvolt = <951000>;
    102                };
    103
    104                opp-2208000000 {
    105                        opp-hz = /bits/ 64 <2208000000>;
    106                        opp-microvolt = <1011000>;
    107                };
    108	};
    109};