11.1Sjmcneill/* $NetBSD: actions,s500-reset.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $ */ 21.1Sjmcneill 31.1Sjmcneill/* SPDX-License-Identifier: GPL-2.0+ */ 41.1Sjmcneill/* 51.1Sjmcneill * Device Tree binding constants for Actions Semi S500 Reset Management Unit 61.1Sjmcneill * 71.1Sjmcneill * Copyright (c) 2014 Actions Semi Inc. 81.1Sjmcneill * Copyright (c) 2020 Cristian Ciocaltea <cristian.ciocaltea@gmail.com> 91.1Sjmcneill */ 101.1Sjmcneill 111.1Sjmcneill#ifndef __DT_BINDINGS_ACTIONS_S500_RESET_H 121.1Sjmcneill#define __DT_BINDINGS_ACTIONS_S500_RESET_H 131.1Sjmcneill 141.1Sjmcneill#define RESET_DMAC 0 151.1Sjmcneill#define RESET_NORIF 1 161.1Sjmcneill#define RESET_DDR 2 171.1Sjmcneill#define RESET_NANDC 3 181.1Sjmcneill#define RESET_SD0 4 191.1Sjmcneill#define RESET_SD1 5 201.1Sjmcneill#define RESET_PCM1 6 211.1Sjmcneill#define RESET_DE 7 221.1Sjmcneill#define RESET_LCD 8 231.1Sjmcneill#define RESET_SD2 9 241.1Sjmcneill#define RESET_DSI 10 251.1Sjmcneill#define RESET_CSI 11 261.1Sjmcneill#define RESET_BISP 12 271.1Sjmcneill#define RESET_KEY 13 281.1Sjmcneill#define RESET_GPIO 14 291.1Sjmcneill#define RESET_AUDIO 15 301.1Sjmcneill#define RESET_PCM0 16 311.1Sjmcneill#define RESET_VDE 17 321.1Sjmcneill#define RESET_VCE 18 331.1Sjmcneill#define RESET_GPU3D 19 341.1Sjmcneill#define RESET_NIC301 20 351.1Sjmcneill#define RESET_LENS 21 361.1Sjmcneill#define RESET_PERIPHRESET 22 371.1Sjmcneill#define RESET_USB2_0 23 381.1Sjmcneill#define RESET_TVOUT 24 391.1Sjmcneill#define RESET_HDMI 25 401.1Sjmcneill#define RESET_HDCP2TX 26 411.1Sjmcneill#define RESET_UART6 27 421.1Sjmcneill#define RESET_UART0 28 431.1Sjmcneill#define RESET_UART1 29 441.1Sjmcneill#define RESET_UART2 30 451.1Sjmcneill#define RESET_SPI0 31 461.1Sjmcneill#define RESET_SPI1 32 471.1Sjmcneill#define RESET_SPI2 33 481.1Sjmcneill#define RESET_SPI3 34 491.1Sjmcneill#define RESET_I2C0 35 501.1Sjmcneill#define RESET_I2C1 36 511.1Sjmcneill#define RESET_USB3 37 521.1Sjmcneill#define RESET_UART3 38 531.1Sjmcneill#define RESET_UART4 39 541.1Sjmcneill#define RESET_UART5 40 551.1Sjmcneill#define RESET_I2C2 41 561.1Sjmcneill#define RESET_I2C3 42 571.1Sjmcneill#define RESET_ETHERNET 43 581.1Sjmcneill#define RESET_CHIPID 44 591.1Sjmcneill#define RESET_USB2_1 45 601.1Sjmcneill#define RESET_WD0RESET 46 611.1Sjmcneill#define RESET_WD1RESET 47 621.1Sjmcneill#define RESET_WD2RESET 48 631.1Sjmcneill#define RESET_WD3RESET 49 641.1Sjmcneill#define RESET_DBG0RESET 50 651.1Sjmcneill#define RESET_DBG1RESET 51 661.1Sjmcneill#define RESET_DBG2RESET 52 671.1Sjmcneill#define RESET_DBG3RESET 53 681.1Sjmcneill 691.1Sjmcneill#endif /* __DT_BINDINGS_ACTIONS_S500_RESET_H */ 70