Lines Matching +full:vpu +full:- +full:core
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/remoteproc/ingenic,vpu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 Inside the Video Processing Unit (VPU) of the recent JZ47xx SoCs from
11 Ingenic is a second Xburst MIPS CPU very similar to the main core.
16 - Paul Cercueil <paul@crapouillou.net>
20 const: ingenic,jz4770-vpu-rproc
24 - description: aux registers
25 - description: tcsm0 registers
26 - description: tcsm1 registers
27 - description: sram registers
29 reg-names:
31 - const: aux
32 - const: tcsm0
33 - const: tcsm1
34 - const: sram
38 - description: aux clock
39 - description: vpu clock
41 clock-names:
43 - const: aux
44 - const: vpu
50 - compatible
51 - reg
52 - reg-names
53 - clocks
54 - clock-names
55 - interrupts
60 - |
61 #include <dt-bindings/clock/ingenic,jz4770-cgu.h>
63 vpu: video-decoder@132a0000 {
64 compatible = "ingenic,jz4770-vpu-rproc";
70 reg-names = "aux", "tcsm0", "tcsm1", "sram";
73 clock-names = "aux", "vpu";
75 interrupt-parent = <&cpuintc>;