/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2020 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * EXYNOS - DSP * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __DT_BINDINGS_EXYNOS_DSP_H__ #define __DT_BINDINGS_EXYNOS_DSP_H__ #define DSP_DEVICE_ID_N0 (0) #define DSP_DEVICE_ID_N1 (1) #define DSP_DEVICE_ID_N3 (2) #define DSP_DEVICE_ID_O0 (3) #define DSP_DEVICE_ID_O1 (4) #define DSP_DEVICE_ID_O3 (5) #define DSP_DEVICE_ID_P0 (6) #define DSP_DEVICE_ID_START (DSP_DEVICE_ID_N0) #define DSP_DEVICE_ID_END (DSP_DEVICE_ID_P0 + 1) #endif /* _DT_BINDINGS_EXYNOS_DSP_H */