Commit 0104f4da authored by Andras Szemzo's avatar Andras Szemzo Committed by Ulf Hansson
Browse files

dt-bindings: power: add V853 ppu bindings

parent a64dcfb4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ properties:
  compatible:
    enum:
      - allwinner,sun20i-d1-ppu
      - allwinner,sun8i-v853-ppu

  reg:
    maxItems: 1
+10 −0
Original line number Diff line number Diff line
/* 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