1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2016 Atmel Corporation
13 struct at91_pmc *reg_base;
14 struct regmap *regmap_sfr;
17 int at91_pmc_core_probe(struct udevice *dev);
18 int at91_clk_sub_device_bind(struct udevice *dev, const char *drv_name);
20 int at91_clk_of_xlate(struct clk *clk, struct ofnode_phandle_args *args);
21 int at91_clk_probe(struct udevice *dev);