Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. gpu: gpu@01c40000 {
  2. compatible = "allwiner,sun4i-a10-mali", "arm,mali-400";
  3. reg = <0x01c40000 0x10000>;
  4. interrupts = <69>, <70>, <71>, <72>, <73>;
  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. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement