rockchip.h 508 B

1234567891011121314151617181920212223242526
  1. /*
  2. * Header providing constants for Rockchip pinctrl bindings.
  3. *
  4. * Copyright (c) 2013 MundoReader S.L.
  5. * Author: Heiko Stuebner <heiko@sntech.de>
  6. *
  7. * SPDX-License-Identifier: GPL-2.0+
  8. */
  9. #ifndef __DT_BINDINGS_ROCKCHIP_PINCTRL_H__
  10. #define __DT_BINDINGS_ROCKCHIP_PINCTRL_H__
  11. #define RK_GPIO0 0
  12. #define RK_GPIO1 1
  13. #define RK_GPIO2 2
  14. #define RK_GPIO3 3
  15. #define RK_GPIO4 4
  16. #define RK_GPIO6 6
  17. #define RK_FUNC_GPIO 0
  18. #define RK_FUNC_1 1
  19. #define RK_FUNC_2 2
  20. #define RK_FUNC_3 3
  21. #define RK_FUNC_4 4
  22. #endif