brintos

brintos / linux-shallow public Read only

0
0
Text · 446 B · e1a643e Raw
18 lines · c
1/**2 * This header provides index for the HSDK reset controller.3 */4#ifndef _DT_BINDINGS_RESET_CONTROLLER_SNPS_HSDK5#define _DT_BINDINGS_RESET_CONTROLLER_SNPS_HSDK6 7#define HSDK_APB_RESET	08#define HSDK_AXI_RESET	19#define HSDK_ETH_RESET	210#define HSDK_USB_RESET	311#define HSDK_SDIO_RESET	412#define HSDK_HDMI_RESET	513#define HSDK_GFX_RESET	614#define HSDK_DMAC_RESET	715#define HSDK_EBI_RESET	816 17#endif /*_DT_BINDINGS_RESET_CONTROLLER_SNPS_HSDK*/18