blob: 493be6431167c45db8d23aebca4864edfadf36a0 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Marcin Niestroj07623922017-01-25 09:53:07 +01002/*
3 * Copyright (C) 2017 Grinn
Marcin Niestroj07623922017-01-25 09:53:07 +01004 */
5
6#ifndef __ARCH_ARM_MACH_CHILISOM_SOM_H__
7#define __ARCH_ARM_MACH_CHILISOM_SOM_H__
8
9#ifndef CONFIG_SKIP_LOWLEVEL_INIT
10void chilisom_enable_pin_mux(void);
11void chilisom_spl_board_init(void);
12#endif
13
14#endif