Merge tag 'mvebu-dt-3.19' of git://git.infradead.org/linux-mvebu into next/dt
[deliverable/linux.git] / arch / arm / boot / dts / bcm-cygnus-clock.dtsi
1 /*
2 * Copyright 2014 Broadcom Corporation. All rights reserved.
3 *
4 * Unless you and Broadcom execute a separate written software license
5 * agreement governing use of this software, this software is licensed to you
6 * under the terms of the GNU General Public License as
7 * published by the Free Software Foundation version 2.
8 *
9 * This program is distributed "as is" WITHOUT ANY WARRANTY of any
10 * kind, whether express or implied; without even the implied warranty
11 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 */
14
15 clocks {
16 #address-cells = <1>;
17 #size-cells = <1>;
18 ranges;
19
20 osc: oscillator {
21 compatible = "fixed-clock";
22 #clock-cells = <1>;
23 clock-frequency = <25000000>;
24 };
25
26 apb_clk: apb_clk {
27 compatible = "fixed-clock";
28 #clock-cells = <0>;
29 clock-frequency = <1000000000>;
30 };
31
32 periph_clk: periph_clk {
33 compatible = "fixed-clock";
34 #clock-cells = <0>;
35 clock-frequency = <500000000>;
36 };
37
38 sdio_clk: lcpll_ch2 {
39 compatible = "fixed-clock";
40 #clock-cells = <0>;
41 clock-frequency = <200000000>;
42 };
43
44 axi81_clk: axi81_clk {
45 compatible = "fixed-clock";
46 #clock-cells = <0>;
47 clock-frequency = <100000000>;
48 };
49
50 keypad_clk: keypad_clk {
51 compatible = "fixed-clock";
52 #clock-cells = <0>;
53 clock-frequency = <31806>;
54 };
55
56 adc_clk: adc_clk {
57 compatible = "fixed-clock";
58 #clock-cells = <0>;
59 clock-frequency = <1562500>;
60 };
61
62 pwm_clk: pwm_clk {
63 compatible = "fixed-clock";
64 #clock-cells = <0>;
65 clock-frequency = <1000000>;
66 };
67
68 lcd_clk: mipipll_ch1 {
69 compatible = "fixed-clock";
70 #clock-cells = <0>;
71 clock-frequency = <100000000>;
72 };
73 };
This page took 0.033731 seconds and 6 git commands to generate.