blob: 43db947e5f0e51e60c232832d379faca9ca386d3 [file] [log] [blame]
Dinh Nguyen66314222012-07-18 16:07:18 -06001/*
Dinh Nguyen56c5c132013-04-11 10:55:26 -05002 * Copyright 2011-2012 Calxeda, Inc.
3 * Copyright (C) 2012-2013 Altera Corporation <www.altera.com>
Dinh Nguyen66314222012-07-18 16:07:18 -06004 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
Dinh Nguyen56c5c132013-04-11 10:55:26 -050015 * Based from clk-highbank.c
16 *
Dinh Nguyen66314222012-07-18 16:07:18 -060017 * You should have received a copy of the GNU General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 */
Dinh Nguyen56c5c132013-04-11 10:55:26 -050020#include <linux/of.h>
Dinh Nguyen66314222012-07-18 16:07:18 -060021
Steffen Trumtrar97259e92014-01-06 10:27:37 -060022#include "clk.h"
Dinh Nguyen56c5c132013-04-11 10:55:26 -050023
Dinh Nguyena30d27e2014-04-14 07:59:32 -050024CLK_OF_DECLARE(socfpga_pll_clk, "altr,socfpga-pll-clock", socfpga_pll_init);
25CLK_OF_DECLARE(socfpga_perip_clk, "altr,socfpga-perip-clk", socfpga_periph_init);
26CLK_OF_DECLARE(socfpga_gate_clk, "altr,socfpga-gate-clk", socfpga_gate_init);
Dinh Nguyen825f0c22013-06-05 10:02:55 -050027