samsung-g2d.txt 611 B

1234567891011121314151617181920
  1. * Samsung 2D Graphics Accelerator
  2. Required properties:
  3. - compatible : value should be one among the following:
  4. (a) "samsung,s5pv210-g2d" for G2D IP present in S5PV210 & Exynos4210 SoC
  5. (b) "samsung,exynos4212-g2d" for G2D IP present in Exynos4x12 SoCs
  6. (c) "samsung,exynos5250-g2d" for G2D IP present in Exynos5250 SoC
  7. - reg : Physical base address of the IP registers and length of memory
  8. mapped region.
  9. - interrupts : G2D interrupt number to the CPU.
  10. Example:
  11. g2d@12800000 {
  12. compatible = "samsung,s5pv210-g2d";
  13. reg = <0x12800000 0x1000>;
  14. interrupts = <0 89 0>;
  15. status = "disabled";
  16. };