21 lines · c
1/* SPDX-License-Identifier: GPL-2.0+ */2 3#ifndef __DT_BINDINGS_RESET_BCM6318_H4#define __DT_BINDINGS_RESET_BCM6318_H5 6#define BCM6318_RST_SPI 07#define BCM6318_RST_EPHY 18#define BCM6318_RST_SAR 29#define BCM6318_RST_ENETSW 310#define BCM6318_RST_USBD 411#define BCM6318_RST_USBH 512#define BCM6318_RST_PCIE_CORE 613#define BCM6318_RST_PCIE 714#define BCM6318_RST_PCIE_EXT 815#define BCM6318_RST_PCIE_HARD 916#define BCM6318_RST_ADSL 1017#define BCM6318_RST_PHYMIPS 1118#define BCM6318_RST_HOSTMIPS 1219 20#endif /* __DT_BINDINGS_RESET_BCM6318_H */21