Advertisement
Guest User

Untitled

a guest
Feb 27th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. mali: gpu@01c40000 {
  2. compatible = "allwiner,sun4i-a10-mali", "arm,mali-400";
  3. reg = <0x01c40000 0x10000>;
  4. interrupts = <0 69 4>, <0 70 4>, <0 71 4>, <0 72 4>, <0 73 4>;
  5. interrupt-names = "gp", "gpmmu", "pp0", "ppmmu0", "pmu";
  6. clocks = <&ccu CLK_AHB_GPU>, <&ccu CLK_GPU>;
  7. clock-names = "bus", "core";
  8. resets = <&ccu RST_GPU>;
  9.  
  10. assigned-clocks = <&ccu CLK_GPU>;
  11. assigned-clock-rates = <300000000>;
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement