]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/boot/dts/stih416-clock.dtsi
ARM: STi: DT: STiH41x: Rename CLK_SYSIN into clk_sysin
[mirror_ubuntu-artful-kernel.git] / arch / arm / boot / dts / stih416-clock.dtsi
CommitLineData
15969b45
SK
1/*
2 * Copyright (C) 2013 STMicroelectronics R&D Limited
3 * <stlinux-devel@stlinux.com>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */
ed3593f9 9
15969b45
SK
10/ {
11 clocks {
ed3593f9 12
15969b45
SK
13 /*
14 * Fixed 30MHz oscillator inputs to SoC
15 */
ed3593f9 16 clk_sysin: clk-sysin {
15969b45
SK
17 #clock-cells = <0>;
18 compatible = "fixed-clock";
19 clock-frequency = <30000000>;
15969b45
SK
20 };
21
22 /*
23 * ARM Peripheral clock for timers
24 */
25 arm_periph_clk: arm_periph_clk {
26 #clock-cells = <0>;
27 compatible = "fixed-clock";
28 clock-frequency = <600000000>;
29 };
30
31 /*
32 * Bootloader initialized system infrastructure clock for
33 * serial devices.
34 */
35 CLK_S_ICN_REG_0: clockgenA0@4 {
36 #clock-cells = <0>;
37 compatible = "fixed-clock";
38 clock-frequency = <100000000>;
39 clock-output-names = "CLK_S_ICN_REG_0";
40 };
d25ea584
SK
41
42 CLK_S_GMAC0_PHY: clockgenA1@7 {
43 #clock-cells = <0>;
44 compatible = "fixed-clock";
45 clock-frequency = <25000000>;
46 clock-output-names = "CLK_S_GMAC0_PHY";
47 };
48
49 CLK_S_ETH1_PHY: clockgenA0@7 {
50 #clock-cells = <0>;
51 compatible = "fixed-clock";
52 clock-frequency = <25000000>;
53 clock-output-names = "CLK_S_ETH1_PHY";
54 };
15969b45
SK
55 };
56};