Merge branch '2019-10-11-master-imports'
[oweals/u-boot.git] / include / dt-bindings / reset / bcm6362-reset.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2018 Ã\81lvaro Fernández Rojas <noltari@gmail.com>
4  *
5  * Derived from linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h
6  */
7
8 #ifndef __DT_BINDINGS_RESET_BCM6362_H
9 #define __DT_BINDINGS_RESET_BCM6362_H
10
11 #define BCM6362_RST_SPI         0
12 #define BCM6362_RST_IPSEC       1
13 #define BCM6362_RST_EPHY        2
14 #define BCM6362_RST_SAR         3
15 #define BCM6362_RST_ENETSW      4
16 #define BCM6362_RST_USBD        5
17 #define BCM6362_RST_USBH        6
18 #define BCM6362_RST_PCM         7
19 #define BCM6362_RST_PCIE_CORE   8
20 #define BCM6362_RST_PCIE        9
21 #define BCM6362_RST_PCIE_EXT    10
22 #define BCM6362_RST_WLAN_SHIM   11
23 #define BCM6362_RST_DDR_PHY     12
24 #define BCM6362_RST_FAP         13
25 #define BCM6362_RST_WLAN_UBUS   14
26
27 #endif /* __DT_BINDINGS_RESET_BCM6362_H */