blob: b1c18a490613a8630bca53ea9214d96f5eff454a (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
#ifndef _DT_BINDINGS_POWER_SUN8I_V853_PPU_H_
#define _DT_BINDINGS_POWER_SUN8I_V853_PPU_H_
#define PD_RISCV 0
#define PD_NPU 1
#define PD_VE 2
#endif
|