Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Álvaro Fernández Rojas | 02bb1fa | 2017-05-03 15:10:24 +0200 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com> |
| 4 | * |
| 5 | * Derived from linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h |
Álvaro Fernández Rojas | 02bb1fa | 2017-05-03 15:10:24 +0200 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef __DT_BINDINGS_RESET_BCM63268_H |
| 9 | #define __DT_BINDINGS_RESET_BCM63268_H |
| 10 | |
| 11 | #define BCM63268_RST_SPI 0 |
| 12 | #define BCM63268_RST_IPSEC 1 |
| 13 | #define BCM63268_RST_EPHY 2 |
| 14 | #define BCM63268_RST_SAR 3 |
| 15 | #define BCM63268_RST_ENETSW 4 |
| 16 | #define BCM63268_RST_USBS 5 |
| 17 | #define BCM63268_RST_USBH 6 |
| 18 | #define BCM63268_RST_PCM 7 |
| 19 | #define BCM63268_RST_PCIE_CORE 8 |
| 20 | #define BCM63268_RST_PCIE 9 |
| 21 | #define BCM63268_RST_PCIE_EXT 10 |
| 22 | #define BCM63268_RST_WLAN_SHIM 11 |
| 23 | #define BCM63268_RST_DDR_PHY 12 |
| 24 | #define BCM63268_RST_FAP0 13 |
| 25 | #define BCM63268_RST_WLAN_UBUS 14 |
| 26 | #define BCM63268_RST_DECT 15 |
| 27 | #define BCM63268_RST_FAP1 16 |
| 28 | #define BCM63268_RST_PCIE_HARD 17 |
| 29 | #define BCM63268_RST_GPHY 18 |
| 30 | |
| 31 | #endif /* __DT_BINDINGS_RESET_BCM63268_H */ |