2 * Copyright (C) 2013-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
4 * SPDX-License-Identifier: GPL-2.0+
11 #include "../micro-support-card.h"
13 int uniphier_sld3_init(const struct uniphier_board_data *bd)
15 uniphier_sld3_bcu_init(bd);
17 uniphier_sbc_init_admulti(bd);
19 uniphier_sld3_early_pin_init(bd);
23 uniphier_sld3_pll_init(bd);
30 uniphier_sld3_memconf_init(bd);
34 uniphier_ld4_early_clk_init(bd);
40 #ifdef CONFIG_SPL_SERIAL_SUPPORT
41 preloader_console_init();
48 uniphier_sld3_enable_dpll_ssc(bd);