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