blob: 56887e14b5a6473fb1655fb5b3623dfce4a659ad [file] [log] [blame]
Simon Glass344c8372015-08-30 16:55:20 -06001/*
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
10#ifndef __DT_BINDINGS_ROCKCHIP_PINCTRL_H__
11#define __DT_BINDINGS_ROCKCHIP_PINCTRL_H__
12
13#define RK_GPIO0 0
14#define RK_GPIO1 1
15#define RK_GPIO2 2
16#define RK_GPIO3 3
17#define RK_GPIO4 4
18#define RK_GPIO6 6
19
20#define RK_FUNC_GPIO 0
21#define RK_FUNC_1 1
22#define RK_FUNC_2 2
23#define RK_FUNC_3 3
24#define RK_FUNC_4 4
25
26#endif