11.1Sjmcneill/* $NetBSD: actions,s700-reset.h,v 1.1.1.1 2019/01/22 14:57:01 jmcneill Exp $ */ 21.1Sjmcneill 31.1Sjmcneill// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) 41.1Sjmcneill// 51.1Sjmcneill// Device Tree binding constants for Actions Semi S700 Reset Management Unit 61.1Sjmcneill// 71.1Sjmcneill// Copyright (c) 2018 Linaro Ltd. 81.1Sjmcneill 91.1Sjmcneill#ifndef __DT_BINDINGS_ACTIONS_S700_RESET_H 101.1Sjmcneill#define __DT_BINDINGS_ACTIONS_S700_RESET_H 111.1Sjmcneill 121.1Sjmcneill#define RESET_AUDIO 0 131.1Sjmcneill#define RESET_CSI 1 141.1Sjmcneill#define RESET_DE 2 151.1Sjmcneill#define RESET_DSI 3 161.1Sjmcneill#define RESET_GPIO 4 171.1Sjmcneill#define RESET_I2C0 5 181.1Sjmcneill#define RESET_I2C1 6 191.1Sjmcneill#define RESET_I2C2 7 201.1Sjmcneill#define RESET_I2C3 8 211.1Sjmcneill#define RESET_KEY 9 221.1Sjmcneill#define RESET_LCD0 10 231.1Sjmcneill#define RESET_SI 11 241.1Sjmcneill#define RESET_SPI0 12 251.1Sjmcneill#define RESET_SPI1 13 261.1Sjmcneill#define RESET_SPI2 14 271.1Sjmcneill#define RESET_SPI3 15 281.1Sjmcneill#define RESET_UART0 16 291.1Sjmcneill#define RESET_UART1 17 301.1Sjmcneill#define RESET_UART2 18 311.1Sjmcneill#define RESET_UART3 19 321.1Sjmcneill#define RESET_UART4 20 331.1Sjmcneill#define RESET_UART5 21 341.1Sjmcneill#define RESET_UART6 22 351.1Sjmcneill 361.1Sjmcneill#endif /* __DT_BINDINGS_ACTIONS_S700_RESET_H */ 37