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_BCM6348_H
9 #define __DT_BINDINGS_DMA_BCM6348_H
10 
11 #define BCM6348_DMA_ENET0_RX	0
12 #define BCM6348_DMA_ENET0_TX	1
13 #define BCM6348_DMA_ENET1_RX	2
14 #define BCM6348_DMA_ENET1_TX	3
15 
16 #endif /* __DT_BINDINGS_DMA_BCM6348_H */
17