brintos

brintos / linux-shallow public Read only

0
0
Text · 476 B · 0f3df87 Raw
19 lines · c
1/* SPDX-License-Identifier: GPL-2.0+ */2 3#ifndef __DT_BINDINGS_RESET_BCM6328_H4#define __DT_BINDINGS_RESET_BCM6328_H5 6#define BCM6328_RST_SPI		07#define BCM6328_RST_EPHY	18#define BCM6328_RST_SAR		29#define BCM6328_RST_ENETSW	310#define BCM6328_RST_USBS	411#define BCM6328_RST_USBH	512#define BCM6328_RST_PCM		613#define BCM6328_RST_PCIE_CORE	714#define BCM6328_RST_PCIE	815#define BCM6328_RST_PCIE_EXT	916#define BCM6328_RST_PCIE_HARD	1017 18#endif /* __DT_BINDINGS_RESET_BCM6328_H */19