10 lines
190 B
C
10 lines
190 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef __DT_BINDINGS_POWER_R528_H__
|
||
|
#define __DT_BINDINGS_POWER_R528_H__
|
||
|
|
||
|
#define R528_PD_CPU 0
|
||
|
#define R528_PD_VE 1
|
||
|
#define R528_PD_DSP 2
|
||
|
|
||
|
#endif
|