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