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