Path: blob/master/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml
26307 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/gpu/samsung-rotator.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Samsung SoC Image Rotator78maintainers:9- Inki Dae <inki.dae@samsung.com>1011properties:12compatible:13enum:14- samsung,s5pv210-rotator15- samsung,exynos4210-rotator16- samsung,exynos4212-rotator17- samsung,exynos5250-rotator1819reg:20maxItems: 12122interrupts:23maxItems: 12425iommus:26maxItems: 12728power-domains:29maxItems: 13031clocks:32maxItems: 13334clock-names:35items:36- const: rotator3738required:39- compatible40- reg41- interrupts42- clocks43- clock-names4445additionalProperties: false4647examples:48- |49rotator@12810000 {50compatible = "samsung,exynos4210-rotator";51reg = <0x12810000 0x1000>;52interrupts = <0 83 0>;53clocks = <&clock 278>;54clock-names = "rotator";55};565758