1*23a21683SÁlvaro Fernández Rojas /* 2*23a21683SÁlvaro Fernández Rojas * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com> 3*23a21683SÁlvaro Fernández Rojas * 4*23a21683SÁlvaro Fernández Rojas * Derived from Broadcom GPL Source Code: 5*23a21683SÁlvaro Fernández Rojas * Copyright (C) Broadcom Corporation 6*23a21683SÁlvaro Fernández Rojas * 7*23a21683SÁlvaro Fernández Rojas * SPDX-License-Identifier: GPL-2.0+ 8*23a21683SÁlvaro Fernández Rojas */ 9*23a21683SÁlvaro Fernández Rojas 10*23a21683SÁlvaro Fernández Rojas #ifndef __DT_BINDINGS_RESET_BCM3380_H 11*23a21683SÁlvaro Fernández Rojas #define __DT_BINDINGS_RESET_BCM3380_H 12*23a21683SÁlvaro Fernández Rojas 13*23a21683SÁlvaro Fernández Rojas #define BCM3380_RST0_SPI 0 14*23a21683SÁlvaro Fernández Rojas #define BCM3380_RST0_PCM 13 15*23a21683SÁlvaro Fernández Rojas 16*23a21683SÁlvaro Fernández Rojas #endif /* __DT_BINDINGS_RESET_BCM3380_H */ 17