mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-27 15:36:48 +00:00

Document V853 PPU compatible. Signed-off-by: Andras Szemzo <szemzo.andras@gmail.com> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20250205125225.1152849-6-szemzo.andras@gmail.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
11 lines
219 B
C
11 lines
219 B
C
/* 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
|