blob: 6e257ce78f2098db9471b595f86947643bef255c [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Álvaro Fernández Rojas8f240a32018-02-03 10:30:27 +01002/*
3 * Copyright (C) 2018 Álvaro Fernández Rojas <noltari@gmail.com>
4 *
5 * Derived from linux/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h
Álvaro Fernández Rojas8f240a32018-02-03 10:30:27 +01006 */
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 */