10 lines
191 B
C
10 lines
191 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef __DT_BINDINGS_POWER_V853_H__
|
||
|
#define __DT_BINDINGS_POWER_V853_H__
|
||
|
|
||
|
#define V853_PD_E907 0
|
||
|
#define V853_PD_NPU 1
|
||
|
#define V853_PD_VE 2
|
||
|
|
||
|
#endif
|