File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 4
4
*/
5
5
6
6
#include <dt-bindings/clock/marvell,mmp2.h>
7
+ #include <dt-bindings/power/marvell,mmp2.h>
7
8
#include <dt-bindings/interrupt-controller/arm-gic.h>
8
9
9
10
/ {
310
311
clock-output-names = "mclk";
311
312
status = "disabled";
312
313
};
314
+
315
+ gpu_3d: gpu@d420d000 {
316
+ compatible = "vivante,gc";
317
+ reg = <0xd420d000 0x2000>;
318
+ interrupt-parent = <&gpu_mux>;
319
+ interrupts = <0>;
320
+ status = "disabled";
321
+ clocks = <&soc_clocks MMP3_CLK_GPU_3D>,
322
+ <&soc_clocks MMP3_CLK_GPU_BUS>;
323
+ clock-names = "core", "bus";
324
+ power-domains = <&soc_clocks MMP2_POWER_DOMAIN_GPU>;
325
+ };
326
+
327
+ gpu_2d: gpu@d420f000 {
328
+ compatible = "vivante,gc";
329
+ reg = <0xd420f000 0x2000>;
330
+ interrupt-parent = <&gpu_mux>;
331
+ interrupts = <2>;
332
+ status = "disabled";
333
+ clocks = <&soc_clocks MMP3_CLK_GPU_2D>,
334
+ <&soc_clocks MMP3_CLK_GPU_BUS>;
335
+ clock-names = "core", "bus";
336
+ power-domains = <&soc_clocks MMP2_POWER_DOMAIN_GPU>;
337
+ };
313
338
};
314
339
315
340
apb@d4000000 {
You can’t perform that action at this time.
0 commit comments