1 * Qualcomm Venus video encoder/decoder accelerators
5 Value type: <stringlist>
6 Definition: Value should contain one of:
12 Value type: <prop-encoded-array>
13 Definition: Register base address and length of the register map.
16 Value type: <prop-encoded-array>
17 Definition: Should contain interrupt line number.
20 Value type: <prop-encoded-array>
21 Definition: A List of phandle and clock specifier pairs as listed
22 in clock-names property.
24 Usage: required for msm8916
25 Value type: <stringlist>
26 Definition: Should contain the following entries:
27 - "core" Core video accelerator clock
28 - "iface" Video accelerator AHB clock
29 - "bus" Video accelerator AXI clock
31 Usage: required for msm8996
32 Value type: <stringlist>
33 Definition: Should contain the following entries:
34 - "core" Core video accelerator clock
35 - "iface" Video accelerator AHB clock
36 - "bus" Video accelerator AXI clock
37 - "mbus" Video MAXI clock
40 Value type: <prop-encoded-array>
41 Definition: A phandle and power domain specifier pairs to the
42 power domain which is responsible for collapsing
43 and restoring power to the peripheral.
46 Value type: <prop-encoded-array>
47 Definition: A list of phandle and IOMMU specifier pairs.
51 Definition: reference to the reserved-memory for the firmware
55 The Venus video-codec node must contain two subnodes representing
56 video-decoder and video-encoder, and one optional firmware subnode.
57 Firmware subnode is needed when the platform does not have TrustZone.
59 Every of video-encoder or video-decoder subnode should have:
63 Value type: <stringlist>
64 Definition: Value should contain "venus-decoder" or "venus-encoder"
66 Usage: required for msm8996
67 Value type: <prop-encoded-array>
68 Definition: A List of phandle and clock specifier pairs as listed
69 in clock-names property.
71 Usage: required for msm8996
72 Value type: <stringlist>
73 Definition: Should contain the following entries:
74 - "core" Subcore video accelerator clock
77 Usage: required for msm8996
78 Value type: <prop-encoded-array>
79 Definition: A phandle and power domain specifier pairs to the
80 power domain which is responsible for collapsing
81 and restoring power to the subcore.
83 The firmware subnode must have:
87 Value type: <prop-encoded-array>
88 Definition: A list of phandle and IOMMU specifier pairs.
92 compatible = "qcom,msm8916-venus";
93 reg = <0x01d00000 0xff000>;
94 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
95 clocks = <&gcc GCC_VENUS0_VCODEC0_CLK>,
96 <&gcc GCC_VENUS0_AHB_CLK>,
97 <&gcc GCC_VENUS0_AXI_CLK>;
98 clock-names = "core", "iface", "bus";
99 power-domains = <&gcc VENUS_GDSC>;
100 iommus = <&apps_iommu 5>;
101 memory-region = <&venus_mem>;
104 compatible = "venus-decoder";
105 clocks = <&mmcc VIDEO_SUBCORE0_CLK>;
106 clock-names = "core";
107 power-domains = <&mmcc VENUS_CORE0_GDSC>;
111 compatible = "venus-encoder";
112 clocks = <&mmcc VIDEO_SUBCORE1_CLK>;
113 clock-names = "core";
114 power-domains = <&mmcc VENUS_CORE1_GDSC>;
118 iommus = <&apps_iommu 0x10b2 0x0>;