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/amd/amd-seattle-clks.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
    2 /*
    3  * DTS file for AMD Seattle Clocks
    4  *
    5  * Copyright (C) 2014 Advanced Micro Devices, Inc.
    6  */
    7 
    8         adl3clk_100mhz: clk100mhz_0 {
    9                 compatible = "fixed-clock";
   10                 #clock-cells = <0>;
   11                 clock-frequency = <100000000>;
   12                 clock-output-names = "adl3clk_100mhz";
   13         };
   14 
   15         ccpclk_375mhz: clk375mhz {
   16                 compatible = "fixed-clock";
   17                 #clock-cells = <0>;
   18                 clock-frequency = <375000000>;
   19                 clock-output-names = "ccpclk_375mhz";
   20         };
   21 
   22         sataclk_333mhz: clk333mhz {
   23                 compatible = "fixed-clock";
   24                 #clock-cells = <0>;
   25                 clock-frequency = <333000000>;
   26                 clock-output-names = "sataclk_333mhz";
   27         };
   28 
   29         pcieclk_500mhz: clk500mhz_0 {
   30                 compatible = "fixed-clock";
   31                 #clock-cells = <0>;
   32                 clock-frequency = <500000000>;
   33                 clock-output-names = "pcieclk_500mhz";
   34         };
   35 
   36         dmaclk_500mhz: clk500mhz_1 {
   37                 compatible = "fixed-clock";
   38                 #clock-cells = <0>;
   39                 clock-frequency = <500000000>;
   40                 clock-output-names = "dmaclk_500mhz";
   41         };
   42 
   43         miscclk_250mhz: clk250mhz_4 {
   44                 compatible = "fixed-clock";
   45                 #clock-cells = <0>;
   46                 clock-frequency = <250000000>;
   47                 clock-output-names = "miscclk_250mhz";
   48         };
   49 
   50         uartspiclk_100mhz: clk100mhz_1 {
   51                 compatible = "fixed-clock";
   52                 #clock-cells = <0>;
   53                 clock-frequency = <100000000>;
   54                 clock-output-names = "uartspiclk_100mhz";
   55         };

Cache object: 130a38d2a996cf275c1abb3813b4570b


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