blob: 2de5033b1c3e77b2a8919d72d73da01469f4b47b [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Ley Foon Tancaf36e12017-04-26 02:44:42 +08002/*
3 * Copyright (C) 2016-2017 Intel Corporation <www.intel.com>
Ley Foon Tancaf36e12017-04-26 02:44:42 +08004 */
5
6#ifndef _PINMUX_H_
7#define _PINMUX_H_
8
9#define PINMUX_UART 0xD
10
11#ifndef __ASSEMBLY__
12int config_dedicated_pins(const void *blob);
13int config_pins(const void *blob, const char *pin_grp);
14#endif
15
16#endif /* _PINMUX_H_ */