xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/reset/bcm6358-reset.h (revision ae082add65442546470c0ba499a860ee89eed305)
1 /*	$NetBSD: bcm6358-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_BCM6358_H
6 #define __DT_BINDINGS_RESET_BCM6358_H
7 
8 #define BCM6358_RST_SPI		0
9 #define BCM6358_RST_ENET	2
10 #define BCM6358_RST_MPI		3
11 #define BCM6358_RST_EPHY	6
12 #define BCM6358_RST_SAR		7
13 #define BCM6358_RST_USBH	12
14 #define BCM6358_RST_PCM		13
15 #define BCM6358_RST_ADSL	14
16 
17 #endif /* __DT_BINDINGS_RESET_BCM6358_H */
18