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/arm/juno-clocks.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 /*
    2  * ARM Juno Platform clocks
    3  *
    4  * Copyright (c) 2013-2014 ARM Ltd
    5  *
    6  * This file is licensed under a dual GPLv2 or BSD license.
    7  *
    8  */
    9 / {
   10         /* SoC fixed clocks */
   11         soc_uartclk: refclk7372800hz {
   12                 compatible = "fixed-clock";
   13                 #clock-cells = <0>;
   14                 clock-frequency = <7372800>;
   15                 clock-output-names = "juno:uartclk";
   16         };
   17 
   18         soc_usb48mhz: clk48mhz {
   19                 compatible = "fixed-clock";
   20                 #clock-cells = <0>;
   21                 clock-frequency = <48000000>;
   22                 clock-output-names = "clk48mhz";
   23         };
   24 
   25         soc_smc50mhz: clk50mhz {
   26                 compatible = "fixed-clock";
   27                 #clock-cells = <0>;
   28                 clock-frequency = <50000000>;
   29                 clock-output-names = "smc_clk";
   30         };
   31 
   32         soc_refclk100mhz: refclk100mhz {
   33                 compatible = "fixed-clock";
   34                 #clock-cells = <0>;
   35                 clock-frequency = <100000000>;
   36                 clock-output-names = "apb_pclk";
   37         };
   38 
   39         soc_faxiclk: refclk400mhz {
   40                 compatible = "fixed-clock";
   41                 #clock-cells = <0>;
   42                 clock-frequency = <400000000>;
   43                 clock-output-names = "faxi_clk";
   44         };
   45 };

Cache object: 933b1a7ce0325f986d45983e4271ee38


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