~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: b7563bb4015d22798c9e746db3add4525da1d696 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright 2020 NXP
 */

#ifndef __ASM_ARCH_IMX8ULP_GPIO_H
#define __ASM_ARCH_IMX8ULP_GPIO_H

struct gpio_regs {
	u32 gpio_pdor;
	u32 gpio_psor;
	u32 gpio_pcor;
	u32 gpio_ptor;
	u32 gpio_pdir;
	u32 gpio_pddr;
	u32 gpio_pidr;
	u8 gpio_pxdr[32];
};

#endif