Lines Matching +full:hw +full:- +full:cal +full:- +full:b
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sasha Finkelstein <fnkl.kernel@gmail.com>
15 - enum:
16 - apple,agx-g13g
17 - apple,agx-g13s
18 - apple,agx-g14g
19 - items:
20 - enum:
21 - apple,agx-g13c
22 - apple,agx-g13d
23 - const: apple,agx-g13s
27 - description: GPU coprocessor control registers
28 - description: GPU block MMIO registers
30 reg-names:
32 - const: asc
33 - const: sgx
35 power-domains:
41 memory-region:
43 - description: Region containing GPU MMU TTBs
44 - description: Region containing GPU MMU page tables
45 - description:
48 - description: Calibration blob. Mostly power-related configuration
49 - description: Calibration blob. Mostly GPU-related configuration
50 - description: Shared global variables with GPU firmware
52 memory-region-names:
54 - const: ttbs
55 - const: pagetables
56 - const: handoff
57 - const: hw-cal-a
58 - const: hw-cal-b
59 - const: globals
61 apple,firmware-abi:
62 $ref: /schemas/types.yaml#/definitions/uint32-array
70 - compatible
71 - reg
72 - mboxes
73 - memory-region
74 - apple,firmware-abi
79 - |
81 compatible = "apple,agx-g13g";
84 reg-names = "asc", "sgx";
86 power-domains = <&ps_gfx>;
87 memory-region = <&uat_ttbs>, <&uat_pagetables>, <&uat_handoff>,
89 memory-region-names = "ttbs", "pagetables", "handoff",
90 "hw-cal-a", "hw-cal-b", "globals";
92 apple,firmware-abi = <0 0 0>;