u-boot-brain/arch/arm/mach-socfpga/include/mach/pinmux.h
Ley Foon Tan caf36e1edb arm: socfpga: Add pinmux for Arria 10
Add pinmux support for Arria 10.

Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
2017-05-18 11:33:18 +02:00

18 lines
327 B
C

/*
* Copyright (C) 2016-2017 Intel Corporation <www.intel.com>
*
* SPDX-License-Identifier: GPL-2.0
*/
#ifndef _PINMUX_H_
#define _PINMUX_H_
#define PINMUX_UART 0xD
#ifndef __ASSEMBLY__
int config_dedicated_pins(const void *blob);
int config_pins(const void *blob, const char *pin_grp);
#endif
#endif /* _PINMUX_H_ */