162306a36Sopenharmony_ci// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) 262306a36Sopenharmony_ci// 362306a36Sopenharmony_ci// Device Tree binding constants for Actions Semi S700 Reset Management Unit 462306a36Sopenharmony_ci// 562306a36Sopenharmony_ci// Copyright (c) 2018 Linaro Ltd. 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#ifndef __DT_BINDINGS_ACTIONS_S700_RESET_H 862306a36Sopenharmony_ci#define __DT_BINDINGS_ACTIONS_S700_RESET_H 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci#define RESET_AUDIO 0 1162306a36Sopenharmony_ci#define RESET_CSI 1 1262306a36Sopenharmony_ci#define RESET_DE 2 1362306a36Sopenharmony_ci#define RESET_DSI 3 1462306a36Sopenharmony_ci#define RESET_GPIO 4 1562306a36Sopenharmony_ci#define RESET_I2C0 5 1662306a36Sopenharmony_ci#define RESET_I2C1 6 1762306a36Sopenharmony_ci#define RESET_I2C2 7 1862306a36Sopenharmony_ci#define RESET_I2C3 8 1962306a36Sopenharmony_ci#define RESET_KEY 9 2062306a36Sopenharmony_ci#define RESET_LCD0 10 2162306a36Sopenharmony_ci#define RESET_SI 11 2262306a36Sopenharmony_ci#define RESET_SPI0 12 2362306a36Sopenharmony_ci#define RESET_SPI1 13 2462306a36Sopenharmony_ci#define RESET_SPI2 14 2562306a36Sopenharmony_ci#define RESET_SPI3 15 2662306a36Sopenharmony_ci#define RESET_UART0 16 2762306a36Sopenharmony_ci#define RESET_UART1 17 2862306a36Sopenharmony_ci#define RESET_UART2 18 2962306a36Sopenharmony_ci#define RESET_UART3 19 3062306a36Sopenharmony_ci#define RESET_UART4 20 3162306a36Sopenharmony_ci#define RESET_UART5 21 3262306a36Sopenharmony_ci#define RESET_UART6 22 3362306a36Sopenharmony_ci 3462306a36Sopenharmony_ci#endif /* __DT_BINDINGS_ACTIONS_S700_RESET_H */ 35