19 lines
437 B
C
19 lines
437 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __DT_BINDINGS_POWER_A523_H__
|
|
#define __DT_BINDINGS_POWER_A523_H__
|
|
|
|
#define A523_PD_DSP 0
|
|
#define A523_PD_NPU 1
|
|
#define A523_PD_AUDIO 2
|
|
#define A523_PD_SRAM 3
|
|
#define A523_PD_RISCV 4
|
|
#define A523_PCK_VE 0
|
|
#define A523_PCK_GPU 1
|
|
#define A523_PCK_VI 2
|
|
#define A523_PCK_VO0 3
|
|
#define A523_PCK_VO1 4
|
|
#define A523_PCK_DE 5
|
|
#define A523_PCK_NAND 6
|
|
#define A523_PCK_PCIE 7
|
|
#endif
|