1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 3 * Author: frank@allwinner.com 4 */ 5 6 #ifndef __DT_SUN4I_GPIO_H 7 #define __DT_SUN4I_GPIO_H 8 9 /* pio */ 10 #define PA 0 11 #define PB 1 12 #define PC 2 13 #define PD 3 14 #define PE 4 15 #define PF 5 16 #define PG 6 17 #define PH 7 18 #define PI 8 19 20 /* r pio */ 21 #define PL 0 22 #define PM 1 23 #define PN 2 24 25 #endif /* __DT_SUN4I_GPIO_H */ 26