Home | History | Annotate | Line # | Download | only in reset
      1  1.1  jmcneill /*	$NetBSD: bcm6368-reset.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0+ */
      4  1.1  jmcneill 
      5  1.1  jmcneill #ifndef __DT_BINDINGS_RESET_BCM6368_H
      6  1.1  jmcneill #define __DT_BINDINGS_RESET_BCM6368_H
      7  1.1  jmcneill 
      8  1.1  jmcneill #define BCM6368_RST_SPI		0
      9  1.1  jmcneill #define BCM6368_RST_MPI		3
     10  1.1  jmcneill #define BCM6368_RST_IPSEC	4
     11  1.1  jmcneill #define BCM6368_RST_EPHY	6
     12  1.1  jmcneill #define BCM6368_RST_SAR		7
     13  1.1  jmcneill #define BCM6368_RST_SWITCH	10
     14  1.1  jmcneill #define BCM6368_RST_USBD	11
     15  1.1  jmcneill #define BCM6368_RST_USBH	12
     16  1.1  jmcneill #define BCM6368_RST_PCM		13
     17  1.1  jmcneill 
     18  1.1  jmcneill #endif /* __DT_BINDINGS_RESET_BCM6368_H */
     19