actions,s700-reset.h revision 1.1.1.1
1/*	$NetBSD: actions,s700-reset.h,v 1.1.1.1 2019/01/22 14:57:01 jmcneill Exp $	*/
2
3// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
4//
5// Device Tree binding constants for Actions Semi S700 Reset Management Unit
6//
7// Copyright (c) 2018 Linaro Ltd.
8
9#ifndef __DT_BINDINGS_ACTIONS_S700_RESET_H
10#define __DT_BINDINGS_ACTIONS_S700_RESET_H
11
12#define RESET_AUDIO				0
13#define RESET_CSI				1
14#define RESET_DE				2
15#define RESET_DSI				3
16#define RESET_GPIO				4
17#define RESET_I2C0				5
18#define RESET_I2C1				6
19#define RESET_I2C2				7
20#define RESET_I2C3				8
21#define RESET_KEY				9
22#define RESET_LCD0				10
23#define RESET_SI				11
24#define RESET_SPI0				12
25#define RESET_SPI1				13
26#define RESET_SPI2				14
27#define RESET_SPI3				15
28#define RESET_UART0				16
29#define RESET_UART1				17
30#define RESET_UART2				18
31#define RESET_UART3				19
32#define RESET_UART4				20
33#define RESET_UART5				21
34#define RESET_UART6				22
35
36#endif /* __DT_BINDINGS_ACTIONS_S700_RESET_H */
37