~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/ti/keystone/keystone-k2e-clocks.dtsi

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: GPL-2.0
  2 /*
  3  * Keystone 2 Edison SoC specific device tree
  4  *
  5  * Copyright (C) 2014-2017 Texas Instruments Incorporated - https://www.ti.com/
  6  */
  7 
  8 clocks {
  9         mainpllclk: mainpllclk@2310110 {
 10                 #clock-cells = <0>;
 11                 compatible = "ti,keystone,main-pll-clock";
 12                 clocks = <&refclksys>;
 13                 reg = <0x02620350 4>, <0x02310110 4>, <0x02310108 4>;
 14                 reg-names = "control", "multiplier", "post-divider";
 15         };
 16 
 17         papllclk: papllclk@2620358 {
 18                 #clock-cells = <0>;
 19                 compatible = "ti,keystone,pll-clock";
 20                 clocks = <&refclkpass>;
 21                 clock-output-names = "papllclk";
 22                 reg = <0x02620358 4>;
 23                 reg-names = "control";
 24         };
 25 
 26         ddr3apllclk: ddr3apllclk@2620360 {
 27                 #clock-cells = <0>;
 28                 compatible = "ti,keystone,pll-clock";
 29                 clocks = <&refclkddr3a>;
 30                 clock-output-names = "ddr-3a-pll-clk";
 31                 reg = <0x02620360 4>;
 32                 reg-names = "control";
 33         };
 34 
 35         clkusb1: clkusb1@2350004 {
 36                 #clock-cells = <0>;
 37                 compatible = "ti,keystone,psc-clock";
 38                 clocks = <&chipclk16>;
 39                 clock-output-names = "usb1";
 40                 reg = <0x02350004 0xb00>, <0x02350000 0x400>;
 41                 reg-names = "control", "domain";
 42                 domain-id = <0>;
 43         };
 44 
 45         clkhyperlink0: clkhyperlink0@2350030 {
 46                 #clock-cells = <0>;
 47                 compatible = "ti,keystone,psc-clock";
 48                 clocks = <&chipclk12>;
 49                 clock-output-names = "hyperlink-0";
 50                 reg = <0x02350030 0xb00>, <0x02350014 0x400>;
 51                 reg-names = "control", "domain";
 52                 domain-id = <5>;
 53         };
 54 
 55         clkpcie1: clkpcie1@235006c {
 56                 #clock-cells = <0>;
 57                 compatible = "ti,keystone,psc-clock";
 58                 clocks = <&chipclk12>;
 59                 clock-output-names = "pcie1";
 60                 reg = <0x0235006c 0xb00>, <0x02350048 0x400>;
 61                 reg-names = "control", "domain";
 62                 domain-id = <18>;
 63         };
 64 
 65         clkxge: clkxge@23500c8 {
 66                 #clock-cells = <0>;
 67                 compatible = "ti,keystone,psc-clock";
 68                 clocks = <&chipclk13>;
 69                 clock-output-names = "xge";
 70                 reg = <0x023500c8 0xb00>, <0x02350074 0x400>;
 71                 reg-names = "control", "domain";
 72                 domain-id = <29>;
 73         };
 74 
 75         /*
 76          * Below are set of fixed, input clocks definitions,
 77          * for which real frequencies have to be defined in board files.
 78          * Those clocks can be used as reference clocks for some HW modules
 79          * (as cpts, for example) by configuring corresponding clock muxes.
 80          */
 81         tsipclka: tsipclka {
 82                 #clock-cells = <0>;
 83                 compatible = "fixed-clock";
 84                 clock-frequency = <0>;
 85                 clock-output-names = "tsipclka";
 86         };
 87 
 88         tsipclkb: tsipclkb {
 89                 #clock-cells = <0>;
 90                 compatible = "fixed-clock";
 91                 clock-frequency = <0>;
 92                 clock-output-names = "tsipclkb";
 93         };
 94 };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php