Ley Foon Tan | 9ea8c5b | 2017-04-26 02:44:42 +0800 | [diff] [blame] | 1 | /* |
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__ | ||||
13 | int config_dedicated_pins(const void *blob); | ||||
14 | int config_pins(const void *blob, const char *pin_grp); | ||||
15 | #endif | ||||
16 | |||||
17 | #endif /* _PINMUX_H_ */ |