18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) 2013-2014 Renesas Electronics Europe Ltd.
48c2ecf20Sopenharmony_ci * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#ifndef DT_BINDINGS_NBPFAXI_H
88c2ecf20Sopenharmony_ci#define DT_BINDINGS_NBPFAXI_H
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci/**
118c2ecf20Sopenharmony_ci * Use "#dma-cells = <2>;" with the second integer defining slave DMA flags:
128c2ecf20Sopenharmony_ci */
138c2ecf20Sopenharmony_ci#define NBPF_SLAVE_RQ_HIGH	1
148c2ecf20Sopenharmony_ci#define NBPF_SLAVE_RQ_LOW	2
158c2ecf20Sopenharmony_ci#define NBPF_SLAVE_RQ_LEVEL	4
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#endif
18