Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imx
[pandora-u-boot.git] / include / dt-bindings / dma / bcm6358-dma.h
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2018 Álvaro Fernández Rojas <noltari@gmail.com>
4  *
5  * Derived from linux/drivers/net/ethernet/broadcom/bcm63xx_enet.c
6  */
7
8 #ifndef __DT_BINDINGS_DMA_BCM6358_H
9 #define __DT_BINDINGS_DMA_BCM6358_H
10
11 #define BCM6358_DMA_ENET0_RX    0
12 #define BCM6358_DMA_ENET0_TX    1
13 #define BCM6358_DMA_ENET1_RX    2
14 #define BCM6358_DMA_ENET1_TX    3
15
16 #endif /* __DT_BINDINGS_DMA_BCM6358_H */