xref: /freebsd-src/sys/contrib/device-tree/include/dt-bindings/reset/bcm63268-reset.h (revision fac71e4e09885bb2afa3d984a0c239a52e1a7418)
15def4c47SEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0+ */
25def4c47SEmmanuel Vadot 
35def4c47SEmmanuel Vadot #ifndef __DT_BINDINGS_RESET_BCM63268_H
45def4c47SEmmanuel Vadot #define __DT_BINDINGS_RESET_BCM63268_H
55def4c47SEmmanuel Vadot 
65def4c47SEmmanuel Vadot #define BCM63268_RST_SPI	0
75def4c47SEmmanuel Vadot #define BCM63268_RST_IPSEC	1
85def4c47SEmmanuel Vadot #define BCM63268_RST_EPHY	2
95def4c47SEmmanuel Vadot #define BCM63268_RST_SAR	3
105def4c47SEmmanuel Vadot #define BCM63268_RST_ENETSW	4
115def4c47SEmmanuel Vadot #define BCM63268_RST_USBS	5
125def4c47SEmmanuel Vadot #define BCM63268_RST_USBH	6
135def4c47SEmmanuel Vadot #define BCM63268_RST_PCM	7
145def4c47SEmmanuel Vadot #define BCM63268_RST_PCIE_CORE	8
155def4c47SEmmanuel Vadot #define BCM63268_RST_PCIE	9
165def4c47SEmmanuel Vadot #define BCM63268_RST_PCIE_EXT	10
175def4c47SEmmanuel Vadot #define BCM63268_RST_WLAN_SHIM	11
185def4c47SEmmanuel Vadot #define BCM63268_RST_DDR_PHY	12
195def4c47SEmmanuel Vadot #define BCM63268_RST_FAP0	13
205def4c47SEmmanuel Vadot #define BCM63268_RST_WLAN_UBUS	14
215def4c47SEmmanuel Vadot #define BCM63268_RST_DECT	15
225def4c47SEmmanuel Vadot #define BCM63268_RST_FAP1	16
235def4c47SEmmanuel Vadot #define BCM63268_RST_PCIE_HARD	17
245def4c47SEmmanuel Vadot #define BCM63268_RST_GPHY	18
255def4c47SEmmanuel Vadot 
26*fac71e4eSEmmanuel Vadot #define BCM63268_TRST_SW	29
27*fac71e4eSEmmanuel Vadot #define BCM63268_TRST_HW	30
28*fac71e4eSEmmanuel Vadot #define BCM63268_TRST_POR	31
29*fac71e4eSEmmanuel Vadot 
305def4c47SEmmanuel Vadot #endif /* __DT_BINDINGS_RESET_BCM63268_H */
31