xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/dma/nbpfaxi.h (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0-only */
2*c66ec88fSEmmanuel Vadot /*
3*c66ec88fSEmmanuel Vadot  * Copyright (C) 2013-2014 Renesas Electronics Europe Ltd.
4*c66ec88fSEmmanuel Vadot  * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5*c66ec88fSEmmanuel Vadot  */
6*c66ec88fSEmmanuel Vadot 
7*c66ec88fSEmmanuel Vadot #ifndef DT_BINDINGS_NBPFAXI_H
8*c66ec88fSEmmanuel Vadot #define DT_BINDINGS_NBPFAXI_H
9*c66ec88fSEmmanuel Vadot 
10*c66ec88fSEmmanuel Vadot /**
11*c66ec88fSEmmanuel Vadot  * Use "#dma-cells = <2>;" with the second integer defining slave DMA flags:
12*c66ec88fSEmmanuel Vadot  */
13*c66ec88fSEmmanuel Vadot #define NBPF_SLAVE_RQ_HIGH	1
14*c66ec88fSEmmanuel Vadot #define NBPF_SLAVE_RQ_LOW	2
15*c66ec88fSEmmanuel Vadot #define NBPF_SLAVE_RQ_LEVEL	4
16*c66ec88fSEmmanuel Vadot 
17*c66ec88fSEmmanuel Vadot #endif
18