s3c2410-pinctrl.h 526 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Samsung S3C2410 DTS pinctrl constants
  4. *
  5. * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  6. * http://www.samsung.com
  7. * Copyright (c) 2022 Linaro Ltd
  8. * Author: Krzysztof Kozlowski <[email protected]>
  9. */
  10. #ifndef __DTS_ARM_SAMSUNG_S3C2410_PINCTRL_H__
  11. #define __DTS_ARM_SAMSUNG_S3C2410_PINCTRL_H__
  12. #define S3C2410_PIN_FUNC_INPUT 0
  13. #define S3C2410_PIN_FUNC_OUTPUT 1
  14. #define S3C2410_PIN_FUNC_2 2
  15. #define S3C2410_PIN_FUNC_3 3
  16. #endif /* __DTS_ARM_SAMSUNG_S3C2410_PINCTRL_H__ */