brintos

brintos / linux-shallow public Read only

0
0
Text · 597 B · 7ebb054 Raw
23 lines · c
1/* SPDX-License-Identifier: GPL-2.0+ */2 3#ifndef __DT_BINDINGS_RESET_BCM6362_H4#define __DT_BINDINGS_RESET_BCM6362_H5 6#define BCM6362_RST_SPI		07#define BCM6362_RST_IPSEC	18#define BCM6362_RST_EPHY	29#define BCM6362_RST_SAR		310#define BCM6362_RST_ENETSW	411#define BCM6362_RST_USBD	512#define BCM6362_RST_USBH	613#define BCM6362_RST_PCM		714#define BCM6362_RST_PCIE_CORE	815#define BCM6362_RST_PCIE	916#define BCM6362_RST_PCIE_EXT	1017#define BCM6362_RST_WLAN_SHIM	1118#define BCM6362_RST_DDR_PHY	1219#define BCM6362_RST_FAP		1320#define BCM6362_RST_WLAN_UBUS	1421 22#endif /* __DT_BINDINGS_RESET_BCM6362_H */23