1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-mpe.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NVIDIA Tegra Video Encoder
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Jon Hunter <jonathanh@nvidia.com>
15 pattern: "^mpe@[0-9a-f]+$"
31 - description: module clock
35 - description: module reset
50 operating-points-v2: true
54 - description: phandle to the MPE power domain
56 additionalProperties: false
60 #include <dt-bindings/clock/tegra20-car.h>
61 #include <dt-bindings/interrupt-controller/arm-gic.h>
64 compatible = "nvidia,tegra20-mpe";
65 reg = <0x54040000 0x00040000>;
66 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
67 clocks = <&tegra_car TEGRA20_CLK_MPE>;
68 resets = <&tegra_car 60>;