Path: blob/master/Documentation/devicetree/bindings/gpu/samsung-g2d.yaml
26307 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/gpu/samsung-g2d.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Samsung SoC 2D Graphics Accelerator78maintainers:9- Inki Dae <inki.dae@samsung.com>1011properties:12compatible:13enum:14- samsung,s5pv210-g2d # in S5PV210 & Exynos4210 SoC15- samsung,exynos4212-g2d # in Exynos4x12 SoCs16- samsung,exynos5250-g2d1718reg:19maxItems: 12021interrupts:22maxItems: 12324clocks:25minItems: 126maxItems: 22728clock-names:29minItems: 130maxItems: 23132iommus:33minItems: 134maxItems: 23536power-domains:37maxItems: 13839required:40- compatible41- reg42- interrupts43- clocks44- clock-names4546allOf:47- if:48properties:49compatible:50contains:51const: samsung,exynos5250-g2d5253then:54properties:55clocks:56items:57- description: fimg2d clock58clock-names:59items:60- const: fimg2d6162else:63properties:64clocks:65items:66- description: sclk_fimg2d clock67- description: fimg2d clock68clock-names:69items:70- const: sclk_fimg2d71- const: fimg2d7273additionalProperties: false7475examples:76- |77g2d@12800000 {78compatible = "samsung,s5pv210-g2d";79reg = <0x12800000 0x1000>;80interrupts = <0 89 0>;81clocks = <&clock 177>, <&clock 277>;82clock-names = "sclk_fimg2d", "fimg2d";83};8485...868788