brintos

brintos / linux-shallow public Read only

0
0
Text · 381 B · bda62ef Raw
16 lines · c
1/* SPDX-License-Identifier: GPL-2.0+ */2 3#ifndef __DT_BINDINGS_RESET_BCM6358_H4#define __DT_BINDINGS_RESET_BCM6358_H5 6#define BCM6358_RST_SPI		07#define BCM6358_RST_ENET	28#define BCM6358_RST_MPI		39#define BCM6358_RST_EPHY	610#define BCM6358_RST_SAR		711#define BCM6358_RST_USBH	1212#define BCM6358_RST_PCM		1313#define BCM6358_RST_ADSL	1414 15#endif /* __DT_BINDINGS_RESET_BCM6358_H */16