brintos

brintos / linux-shallow public Read only

0
0
Text · 412 B · c81d8eb Raw
17 lines · c
1/* SPDX-License-Identifier: GPL-2.0+ */2 3#ifndef __DT_BINDINGS_RESET_BCM6368_H4#define __DT_BINDINGS_RESET_BCM6368_H5 6#define BCM6368_RST_SPI		07#define BCM6368_RST_MPI		38#define BCM6368_RST_IPSEC	49#define BCM6368_RST_EPHY	610#define BCM6368_RST_SAR		711#define BCM6368_RST_SWITCH	1012#define BCM6368_RST_USBD	1113#define BCM6368_RST_USBH	1214#define BCM6368_RST_PCM		1315 16#endif /* __DT_BINDINGS_RESET_BCM6368_H */17