Skip to content

Instantly share code, notes, and snippets.

@austriancoder
Last active September 4, 2016 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save austriancoder/6196fa33011a120a01dd54dbd077a60d to your computer and use it in GitHub Desktop.
Save austriancoder/6196fa33011a120a01dd54dbd077a60d to your computer and use it in GitHub Desktop.
gpu-subsystem {
#address-cells = <1>;
#size-cells = <1>;
compatible = "vivante,gccore";
ranges;
gpu2d@00134000 {
compatible = "vivante,vivante-gpu-2d";
reg = <0x00134000 0x4000>;
clock-names = "core", "bus";
clocks = <&clks 121>, <&clks 26>;
interrupts = <0 10 0x04>;
};
gpu3d@00130000 {
compatible = "vivante,vivante-gpu-3d";
reg = <0x00130000 0x4000>;
clock-names = "core", "shader", "bus";
clocks = <&clks 122>, <&clks 74>, <&clks 27>;
interrupts = <0 9 0x04>;
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment