18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
28c2ecf20Sopenharmony_ci//
38c2ecf20Sopenharmony_ci// Device Tree binding constants for Actions Semi S700 Reset Management Unit
48c2ecf20Sopenharmony_ci//
58c2ecf20Sopenharmony_ci// Copyright (c) 2018 Linaro Ltd.
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#ifndef __DT_BINDINGS_ACTIONS_S700_RESET_H
88c2ecf20Sopenharmony_ci#define __DT_BINDINGS_ACTIONS_S700_RESET_H
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#define RESET_AUDIO				0
118c2ecf20Sopenharmony_ci#define RESET_CSI				1
128c2ecf20Sopenharmony_ci#define RESET_DE				2
138c2ecf20Sopenharmony_ci#define RESET_DSI				3
148c2ecf20Sopenharmony_ci#define RESET_GPIO				4
158c2ecf20Sopenharmony_ci#define RESET_I2C0				5
168c2ecf20Sopenharmony_ci#define RESET_I2C1				6
178c2ecf20Sopenharmony_ci#define RESET_I2C2				7
188c2ecf20Sopenharmony_ci#define RESET_I2C3				8
198c2ecf20Sopenharmony_ci#define RESET_KEY				9
208c2ecf20Sopenharmony_ci#define RESET_LCD0				10
218c2ecf20Sopenharmony_ci#define RESET_SI				11
228c2ecf20Sopenharmony_ci#define RESET_SPI0				12
238c2ecf20Sopenharmony_ci#define RESET_SPI1				13
248c2ecf20Sopenharmony_ci#define RESET_SPI2				14
258c2ecf20Sopenharmony_ci#define RESET_SPI3				15
268c2ecf20Sopenharmony_ci#define RESET_UART0				16
278c2ecf20Sopenharmony_ci#define RESET_UART1				17
288c2ecf20Sopenharmony_ci#define RESET_UART2				18
298c2ecf20Sopenharmony_ci#define RESET_UART3				19
308c2ecf20Sopenharmony_ci#define RESET_UART4				20
318c2ecf20Sopenharmony_ci#define RESET_UART5				21
328c2ecf20Sopenharmony_ci#define RESET_UART6				22
338c2ecf20Sopenharmony_ci
348c2ecf20Sopenharmony_ci#endif /* __DT_BINDINGS_ACTIONS_S700_RESET_H */
35