Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Samsung S3C2410 DTS pinctrl constants
0004  *
0005  * Copyright (c) 2016 Samsung Electronics Co., Ltd.
0006  *      http://www.samsung.com
0007  * Copyright (c) 2022 Linaro Ltd
0008  * Author: Krzysztof Kozlowski <krzk@kernel.org>
0009  */
0010 
0011 #ifndef __DTS_ARM_SAMSUNG_S3C2410_PINCTRL_H__
0012 #define __DTS_ARM_SAMSUNG_S3C2410_PINCTRL_H__
0013 
0014 #define S3C2410_PIN_FUNC_INPUT      0
0015 #define S3C2410_PIN_FUNC_OUTPUT     1
0016 #define S3C2410_PIN_FUNC_2      2
0017 #define S3C2410_PIN_FUNC_3      3
0018 
0019 #endif /* __DTS_ARM_SAMSUNG_S3C2410_PINCTRL_H__ */