18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * This header provides constants for the reset controller 48c2ecf20Sopenharmony_ci * based peripheral powerdown requests on the STMicroelectronics 58c2ecf20Sopenharmony_ci * STiH415 SoC. 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_RESET_CONTROLLER_STIH415 88c2ecf20Sopenharmony_ci#define _DT_BINDINGS_RESET_CONTROLLER_STIH415 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#define STIH415_EMISS_POWERDOWN 0 118c2ecf20Sopenharmony_ci#define STIH415_NAND_POWERDOWN 1 128c2ecf20Sopenharmony_ci#define STIH415_KEYSCAN_POWERDOWN 2 138c2ecf20Sopenharmony_ci#define STIH415_USB0_POWERDOWN 3 148c2ecf20Sopenharmony_ci#define STIH415_USB1_POWERDOWN 4 158c2ecf20Sopenharmony_ci#define STIH415_USB2_POWERDOWN 5 168c2ecf20Sopenharmony_ci#define STIH415_SATA0_POWERDOWN 6 178c2ecf20Sopenharmony_ci#define STIH415_SATA1_POWERDOWN 7 188c2ecf20Sopenharmony_ci#define STIH415_PCIE_POWERDOWN 8 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci#define STIH415_ETH0_SOFTRESET 0 218c2ecf20Sopenharmony_ci#define STIH415_ETH1_SOFTRESET 1 228c2ecf20Sopenharmony_ci#define STIH415_IRB_SOFTRESET 2 238c2ecf20Sopenharmony_ci#define STIH415_USB0_SOFTRESET 3 248c2ecf20Sopenharmony_ci#define STIH415_USB1_SOFTRESET 4 258c2ecf20Sopenharmony_ci#define STIH415_USB2_SOFTRESET 5 268c2ecf20Sopenharmony_ci#define STIH415_KEYSCAN_SOFTRESET 6 278c2ecf20Sopenharmony_ci 288c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_RESET_CONTROLLER_STIH415 */ 29