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-s922x.dtsi (1797B)


      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 = <731000>;
     17		};
     18
     19		opp-1200000000 {
     20			opp-hz = /bits/ 64 <1200000000>;
     21			opp-microvolt = <731000>;
     22		};
     23
     24		opp-1398000000 {
     25			opp-hz = /bits/ 64 <1398000000>;
     26			opp-microvolt = <761000>;
     27		};
     28
     29		opp-1512000000 {
     30			opp-hz = /bits/ 64 <1512000000>;
     31			opp-microvolt = <791000>;
     32		};
     33
     34		opp-1608000000 {
     35			opp-hz = /bits/ 64 <1608000000>;
     36			opp-microvolt = <831000>;
     37		};
     38
     39		opp-1704000000 {
     40			opp-hz = /bits/ 64 <1704000000>;
     41			opp-microvolt = <861000>;
     42		};
     43
     44		opp-1896000000 {
     45			opp-hz = /bits/ 64 <1896000000>;
     46			opp-microvolt = <981000>;
     47		};
     48
     49		opp-1992000000 {
     50			opp-hz = /bits/ 64 <1992000000>;
     51			opp-microvolt = <1001000>;
     52		};
     53	};
     54
     55	cpub_opp_table_1: opp-table-1 {
     56		compatible = "operating-points-v2";
     57		opp-shared;
     58
     59		opp-1000000000 {
     60			opp-hz = /bits/ 64 <1000000000>;
     61			opp-microvolt = <771000>;
     62		};
     63
     64		opp-1200000000 {
     65			opp-hz = /bits/ 64 <1200000000>;
     66			opp-microvolt = <771000>;
     67		};
     68
     69		opp-1398000000 {
     70			opp-hz = /bits/ 64 <1398000000>;
     71			opp-microvolt = <791000>;
     72		};
     73
     74		opp-1512000000 {
     75			opp-hz = /bits/ 64 <1512000000>;
     76			opp-microvolt = <821000>;
     77		};
     78
     79		opp-1608000000 {
     80			opp-hz = /bits/ 64 <1608000000>;
     81			opp-microvolt = <861000>;
     82		};
     83
     84		opp-1704000000 {
     85			opp-hz = /bits/ 64 <1704000000>;
     86			opp-microvolt = <891000>;
     87		};
     88
     89		opp-1800000000 {
     90			opp-hz = /bits/ 64 <1800000000>;
     91			opp-microvolt = <981000>;
     92		};
     93
     94		opp-1908000000 {
     95			opp-hz = /bits/ 64 <1908000000>;
     96			opp-microvolt = <1022000>;
     97		};
     98	};
     99};