31 lines · c
1/* SPDX-License-Identifier: GPL-2.0+ */2 3#ifndef __DT_BINDINGS_RESET_BCM63268_H4#define __DT_BINDINGS_RESET_BCM63268_H5 6#define BCM63268_RST_SPI 07#define BCM63268_RST_IPSEC 18#define BCM63268_RST_EPHY 29#define BCM63268_RST_SAR 310#define BCM63268_RST_ENETSW 411#define BCM63268_RST_USBS 512#define BCM63268_RST_USBH 613#define BCM63268_RST_PCM 714#define BCM63268_RST_PCIE_CORE 815#define BCM63268_RST_PCIE 916#define BCM63268_RST_PCIE_EXT 1017#define BCM63268_RST_WLAN_SHIM 1118#define BCM63268_RST_DDR_PHY 1219#define BCM63268_RST_FAP0 1320#define BCM63268_RST_WLAN_UBUS 1421#define BCM63268_RST_DECT 1522#define BCM63268_RST_FAP1 1623#define BCM63268_RST_PCIE_HARD 1724#define BCM63268_RST_GPHY 1825 26#define BCM63268_TRST_SW 2927#define BCM63268_TRST_HW 3028#define BCM63268_TRST_POR 3129 30#endif /* __DT_BINDINGS_RESET_BCM63268_H */31