Files
2022-09-13 11:05:52 +08:00

18 lines
406 B
C

// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2022 Alibaba Group Holding Limited.
*/
#ifndef __DT_BINDINGS_RSCRC_LIGHT_H
#define __DT_BINDINGS_RSCRC_LIGHT_H
#define LIGHT_AON_AUDIO_PD 0
#define LIGHT_AON_VDEC_PD 1
#define LIGHT_AON_NPU_PD 2
#define LIGHT_AON_VENC_PD 3
#define LIGHT_AON_GPU_PD 4
#define LIGHT_AON_DSP0_PD 5
#define LIGHT_AON_DSP1_PD 6
#endif