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