11.1Sjmcneill/* $NetBSD: stih415-resets.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $ */ 21.1Sjmcneill 31.1.1.2Sjmcneill/* SPDX-License-Identifier: GPL-2.0 */ 41.1Sjmcneill/* 51.1Sjmcneill * This header provides constants for the reset controller 61.1Sjmcneill * based peripheral powerdown requests on the STMicroelectronics 71.1Sjmcneill * STiH415 SoC. 81.1Sjmcneill */ 91.1Sjmcneill#ifndef _DT_BINDINGS_RESET_CONTROLLER_STIH415 101.1Sjmcneill#define _DT_BINDINGS_RESET_CONTROLLER_STIH415 111.1Sjmcneill 121.1Sjmcneill#define STIH415_EMISS_POWERDOWN 0 131.1Sjmcneill#define STIH415_NAND_POWERDOWN 1 141.1Sjmcneill#define STIH415_KEYSCAN_POWERDOWN 2 151.1Sjmcneill#define STIH415_USB0_POWERDOWN 3 161.1Sjmcneill#define STIH415_USB1_POWERDOWN 4 171.1Sjmcneill#define STIH415_USB2_POWERDOWN 5 181.1Sjmcneill#define STIH415_SATA0_POWERDOWN 6 191.1Sjmcneill#define STIH415_SATA1_POWERDOWN 7 201.1Sjmcneill#define STIH415_PCIE_POWERDOWN 8 211.1Sjmcneill 221.1Sjmcneill#define STIH415_ETH0_SOFTRESET 0 231.1Sjmcneill#define STIH415_ETH1_SOFTRESET 1 241.1Sjmcneill#define STIH415_IRB_SOFTRESET 2 251.1Sjmcneill#define STIH415_USB0_SOFTRESET 3 261.1Sjmcneill#define STIH415_USB1_SOFTRESET 4 271.1Sjmcneill#define STIH415_USB2_SOFTRESET 5 281.1Sjmcneill#define STIH415_KEYSCAN_SOFTRESET 6 291.1Sjmcneill 301.1Sjmcneill#endif /* _DT_BINDINGS_RESET_CONTROLLER_STIH415 */ 31