Home | History | Annotate | Download | only in reset
      1 /* SPDX-License-Identifier: GPL-2.0+ */
      2 /*
      3  * Copyright (C) 2017 lvaro Fernndez Rojas <noltari (at) gmail.com>
      4  *
      5  * Derived from Broadcom GPL Source Code:
      6  *	Copyright (C) Broadcom Corporation
      7  */
      8 
      9 #ifndef __DT_BINDINGS_RESET_BCM3380_H
     10 #define __DT_BINDINGS_RESET_BCM3380_H
     11 
     12 #define BCM3380_RST0_SPI	0
     13 #define BCM3380_RST0_PCM	13
     14 
     15 #endif /* __DT_BINDINGS_RESET_BCM3380_H */
     16