blob: 5444c84db66cc76dabc5f165ddb14bf13f6f7a7e [file] [log] [blame]
Wenyou Yang8c772bd2016-07-20 17:55:12 +08001/*
2 * Copyright (C) 2016 Atmel Corporation
3 * Wenyou.Yang <wenyou.yang@atmel.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#ifndef __AT91_PMC_H__
9#define __AT91_PMC_H__
10
11struct pmc_platdata {
12 struct at91_pmc *reg_base;
13};
14
15int at91_pmc_core_probe(struct udevice *dev);
16int at91_pmc_clk_node_bind(struct udevice *dev);
17
18#endif