Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * This header provides constants for the reset controller
0004  * based peripheral powerdown requests on the STMicroelectronics
0005  * STiH415 SoC.
0006  */
0007 #ifndef _DT_BINDINGS_RESET_CONTROLLER_STIH415
0008 #define _DT_BINDINGS_RESET_CONTROLLER_STIH415
0009 
0010 #define STIH415_EMISS_POWERDOWN     0
0011 #define STIH415_NAND_POWERDOWN      1
0012 #define STIH415_KEYSCAN_POWERDOWN   2
0013 #define STIH415_USB0_POWERDOWN      3
0014 #define STIH415_USB1_POWERDOWN      4
0015 #define STIH415_USB2_POWERDOWN      5
0016 #define STIH415_SATA0_POWERDOWN     6
0017 #define STIH415_SATA1_POWERDOWN     7
0018 #define STIH415_PCIE_POWERDOWN      8
0019 
0020 #define STIH415_ETH0_SOFTRESET      0
0021 #define STIH415_ETH1_SOFTRESET      1
0022 #define STIH415_IRB_SOFTRESET       2
0023 #define STIH415_USB0_SOFTRESET      3
0024 #define STIH415_USB1_SOFTRESET      4
0025 #define STIH415_USB2_SOFTRESET      5
0026 #define STIH415_KEYSCAN_SOFTRESET   6
0027 
0028 #endif /* _DT_BINDINGS_RESET_CONTROLLER_STIH415 */