xref: /freebsd/sys/contrib/device-tree/Bindings/media/amlogic,axg-ge2d.yaml (revision fac71e4e09885bb2afa3d984a0c239a52e1a7418)
15def4c47SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
25def4c47SEmmanuel Vadot# Copyright 2020 BayLibre, SAS
35def4c47SEmmanuel Vadot%YAML 1.2
45def4c47SEmmanuel Vadot---
5*fac71e4eSEmmanuel Vadot$id: http://devicetree.org/schemas/media/amlogic,axg-ge2d.yaml#
6*fac71e4eSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
75def4c47SEmmanuel Vadot
85def4c47SEmmanuel Vadottitle: Amlogic GE2D Acceleration Unit
95def4c47SEmmanuel Vadot
105def4c47SEmmanuel Vadotmaintainers:
11b97ee269SEmmanuel Vadot  - Neil Armstrong <neil.armstrong@linaro.org>
125def4c47SEmmanuel Vadot
135def4c47SEmmanuel Vadotproperties:
145def4c47SEmmanuel Vadot  compatible:
155def4c47SEmmanuel Vadot    enum:
165def4c47SEmmanuel Vadot      - amlogic,axg-ge2d
175def4c47SEmmanuel Vadot
185def4c47SEmmanuel Vadot  interrupts:
195def4c47SEmmanuel Vadot    minItems: 1
205def4c47SEmmanuel Vadot
215def4c47SEmmanuel Vadot  reg:
225def4c47SEmmanuel Vadot    minItems: 1
235def4c47SEmmanuel Vadot
245def4c47SEmmanuel Vadot  resets:
255def4c47SEmmanuel Vadot    maxItems: 1
265def4c47SEmmanuel Vadot
275def4c47SEmmanuel Vadot  clocks:
285def4c47SEmmanuel Vadot    minItems: 1
295def4c47SEmmanuel Vadot
305def4c47SEmmanuel Vadotrequired:
315def4c47SEmmanuel Vadot  - compatible
325def4c47SEmmanuel Vadot  - reg
335def4c47SEmmanuel Vadot  - interrupts
345def4c47SEmmanuel Vadot  - clocks
355def4c47SEmmanuel Vadot  - resets
365def4c47SEmmanuel Vadot
375def4c47SEmmanuel VadotadditionalProperties: false
385def4c47SEmmanuel Vadot
395def4c47SEmmanuel Vadotexamples:
405def4c47SEmmanuel Vadot  - |
415def4c47SEmmanuel Vadot    ge2d: ge2d@ff940000 {
425def4c47SEmmanuel Vadot          compatible = "amlogic,axg-ge2d";
435def4c47SEmmanuel Vadot          reg = <0xff940000 0x10000>;
445def4c47SEmmanuel Vadot          interrupts = <150>;
455def4c47SEmmanuel Vadot          clocks = <&clk_ge2d>;
465def4c47SEmmanuel Vadot          resets = <&reset_ge2d>;
475def4c47SEmmanuel Vadot    };
48