mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
23a2168398
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
16 lines
374 B
C
16 lines
374 B
C
/*
|
|
* Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
|
|
*
|
|
* Derived from Broadcom GPL Source Code:
|
|
* Copyright (C) Broadcom Corporation
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __DT_BINDINGS_RESET_BCM3380_H
|
|
#define __DT_BINDINGS_RESET_BCM3380_H
|
|
|
|
#define BCM3380_RST0_SPI 0
|
|
#define BCM3380_RST0_PCM 13
|
|
|
|
#endif /* __DT_BINDINGS_RESET_BCM3380_H */
|