Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Álvaro Fernández Rojas | 8f240a3 | 2018-02-03 10:30:27 +0100 | [diff] [blame] | 2 | /* |
Álvaro Fernández Rojas | f923c75 | 2019-08-30 12:00:42 +0200 | [diff] [blame] | 3 | * Copyright (C) 2018 Álvaro Fernández Rojas <noltari@gmail.com> |
Álvaro Fernández Rojas | 8f240a3 | 2018-02-03 10:30:27 +0100 | [diff] [blame] | 4 | * |
| 5 | * Derived from linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h |
Álvaro Fernández Rojas | 8f240a3 | 2018-02-03 10:30:27 +0100 | [diff] [blame] | 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 */ |