local / arm: dts: exynos4x12: Add gpu node for arm mali 400
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 5 Feb 2015 10:04:29 +0000 (19:04 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:41:02 +0000 (13:41 +0900)
This patch adds gpu node to exynos4x12 dtsi.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
arch/arm/boot/dts/exynos4x12.dtsi

index 6a6abe1..c6c86a4 100644 (file)
                };
        };
 
+       gpu@13000000 {
+               compatible = "samsung,exynos4x12-g3d";
+               reg = <0x13001000 0x200>,
+                       <0x13000000 0x100>, <0x13003000 0x100>,
+                       <0x13008000 0x1100>, <0x13004000 0x100>,
+                       <0x1300a000 0x1100>, <0x13005000 0x100>,
+                       <0x1300c000 0x1100>, <0x13006000 0x100>,
+                       <0x1300e000 0x1100>, <0x13007000 0x100>;
+               interrupts = <0 127 0>, <0 122 0>, <0 123 0>, <0 118 0>,
+                               <0 124 0>, <0 119 0>, <0 125 0>, <0 120 0>,
+                               <0 126 0>, <0 121 0>;
+               clock-names = "pll", "mux1", "mux2", "sclk", "g3d";
+               clocks = <&clock 11>, <&clock 393>, <&clock 394>, <&clock 172>,
+                      <&clock 276>;
+               samsung,power-domain = <&pd_g3d>;
+               status = "disabled";
+       };
+
        mshc_0: mmc@12550000 {
                compatible = "samsung,exynos4412-dw-mshc";
                reg = <0x12550000 0x1000>;