xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/power/allwinner,sun8i-v853-ppu.h (revision 8ccc0d235c226d84112561d453c49904398d085c)
1*8ccc0d23SEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2*8ccc0d23SEmmanuel Vadot 
3*8ccc0d23SEmmanuel Vadot #ifndef _DT_BINDINGS_POWER_SUN8I_V853_PPU_H_
4*8ccc0d23SEmmanuel Vadot #define _DT_BINDINGS_POWER_SUN8I_V853_PPU_H_
5*8ccc0d23SEmmanuel Vadot 
6*8ccc0d23SEmmanuel Vadot #define PD_RISCV		0
7*8ccc0d23SEmmanuel Vadot #define PD_NPU			1
8*8ccc0d23SEmmanuel Vadot #define PD_VE			2
9*8ccc0d23SEmmanuel Vadot 
10*8ccc0d23SEmmanuel Vadot #endif
11