Peng Fan | b15705a | 2021-08-07 16:00:35 +0800 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | /* | ||||
3 | * Copyright 2020 NXP | ||||
4 | */ | ||||
5 | |||||
6 | #ifndef __ASM_ARCH_IMX8ULP_GPIO_H | ||||
7 | #define __ASM_ARCH_IMX8ULP_GPIO_H | ||||
8 | |||||
9 | struct gpio_regs { | ||||
10 | u32 gpio_pdor; | ||||
11 | u32 gpio_psor; | ||||
12 | u32 gpio_pcor; | ||||
13 | u32 gpio_ptor; | ||||
14 | u32 gpio_pdir; | ||||
15 | u32 gpio_pddr; | ||||
16 | u32 gpio_pidr; | ||||
17 | u8 gpio_pxdr[32]; | ||||
18 | }; | ||||
19 | |||||
20 | #endif |