• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// SPDX-License-Identifier: GPL-2.0
2/{
3	gpu: mali@E82C0000 {
4		compatible = "arm,malit6xx", "arm,mali-midgard";
5		#cooling-cells = <3>; /* min followed by max */
6		gpu_outstanding = <0x0>;
7		reg = <0x0 0xE82C0000 0x0 0x4000>;
8		interrupts = <0 258 4 0 259 4 0 260 4>;
9		interrupt-names = "JOB", "MMU", "GPU";
10		operating-points = <
11			/* <frequency> <voltage>*/
12			178000  650000
13			400000	700000
14			533000	800000
15			807000	900000
16			960000	1000000
17			1037000 1100000
18		>;
19	};
20};
21