| # SPDX-License-Identifier: GPL-2.0 |
| $id: http://devicetree.org/schemas/gpu/samsung-g2d.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Samsung SoC 2D Graphics Accelerator |
| - Inki Dae <inki.dae@samsung.com> |
| - samsung,s5pv210-g2d # in S5PV210 & Exynos4210 SoC |
| - samsung,exynos4212-g2d # in Exynos4x12 SoCs |
| const: samsung,exynos5250-g2d |
| - description: fimg2d clock |
| - description: sclk_fimg2d clock |
| - description: fimg2d clock |
| additionalProperties: false |
| compatible = "samsung,s5pv210-g2d"; |
| reg = <0x12800000 0x1000>; |
| clocks = <&clock 177>, <&clock 277>; |
| clock-names = "sclk_fimg2d", "fimg2d"; |