The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-a311d.dtsi

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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 };

Cache object: f984a7d3539cf4e03d91c8c18a6111b5


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.