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