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/arm/mstar-infinity3.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-later
    2 /*
    3  * Copyright (c) 2020 thingy.jp.
    4  * Author: Daniel Palmer <daniel@thingy.jp>
    5  */
    6 
    7 #include "mstar-infinity.dtsi"
    8 
    9 &cpu0_opp_table {
   10         opp-1008000000 {
   11                 opp-hz = /bits/ 64 <1008000000>;
   12                 opp-microvolt = <1000000>;
   13                 clock-latency-ns = <300000>;
   14         };
   15 
   16         // overclock frequencies below, shown to work fine up to 1.3 GHz
   17         opp-108000000 {
   18                 opp-hz = /bits/ 64 <1080000000>;
   19                 opp-microvolt = <1000000>;
   20                 clock-latency-ns = <300000>;
   21                 turbo-mode;
   22         };
   23 
   24         opp-1188000000 {
   25                 opp-hz = /bits/ 64 <1188000000>;
   26                 opp-microvolt = <1000000>;
   27                 clock-latency-ns = <300000>;
   28                 turbo-mode;
   29         };
   30 
   31         opp-1296000000 {
   32                 opp-hz = /bits/ 64 <1296000000>;
   33                 opp-microvolt = <1000000>;
   34                 clock-latency-ns = <300000>;
   35                 turbo-mode;
   36         };
   37 
   38         opp-1350000000 {
   39                 opp-hz = /bits/ 64 <1350000000>;
   40                 opp-microvolt = <1000000>;
   41                 clock-latency-ns = <300000>;
   42                 turbo-mode;
   43         };
   44 
   45         opp-1404000000 {
   46                 opp-hz = /bits/ 64 <1404000000>;
   47                 opp-microvolt = <1000000>;
   48                 clock-latency-ns = <300000>;
   49                 turbo-mode;
   50         };
   51 
   52         opp-1458000000 {
   53                 opp-hz = /bits/ 64 <1458000000>;
   54                 opp-microvolt = <1000000>;
   55                 clock-latency-ns = <300000>;
   56                 turbo-mode;
   57         };
   58 
   59         opp-1512000000 {
   60                 opp-hz = /bits/ 64 <1512000000>;
   61                 opp-microvolt = <1000000>;
   62                 clock-latency-ns = <300000>;
   63                 turbo-mode;
   64         };
   65 };
   66 
   67 &imi {
   68         reg = <0xa0000000 0x20000>;
   69 };

Cache object: f6337a26757a8394c18b9e041944dcaa


[ 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.