blob: 88e59acc067877ff34579e20c0e16dcd7efb1c7e [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-only */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * Copyright (C) 2013-2014 Renesas Electronics Europe Ltd.
4 * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00005 */
6
7#ifndef DT_BINDINGS_NBPFAXI_H
8#define DT_BINDINGS_NBPFAXI_H
9
10/**
11 * Use "#dma-cells = <2>;" with the second integer defining slave DMA flags:
12 */
13#define NBPF_SLAVE_RQ_HIGH 1
14#define NBPF_SLAVE_RQ_LOW 2
15#define NBPF_SLAVE_RQ_LEVEL 4
16
17#endif