xref: /freebsd/sys/contrib/device-tree/Bindings/interconnect/mediatek,mt8183-emi.yaml (revision 0e8011faf58b743cc652e3b2ad0f7671227610df)
1*0e8011faSEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2*0e8011faSEmmanuel Vadot%YAML 1.2
3*0e8011faSEmmanuel Vadot---
4*0e8011faSEmmanuel Vadot$id: http://devicetree.org/schemas/interconnect/mediatek,mt8183-emi.yaml#
5*0e8011faSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*0e8011faSEmmanuel Vadot
7*0e8011faSEmmanuel Vadottitle: MediaTek External Memory Interface (EMI) Interconnect
8*0e8011faSEmmanuel Vadot
9*0e8011faSEmmanuel Vadotmaintainers:
10*0e8011faSEmmanuel Vadot  - AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
11*0e8011faSEmmanuel Vadot
12*0e8011faSEmmanuel Vadotdescription: |
13*0e8011faSEmmanuel Vadot  EMI interconnect providers support system bandwidth requirements through
14*0e8011faSEmmanuel Vadot  Dynamic Voltage Frequency Scaling Resource Collector (DVFSRC) hardware.
15*0e8011faSEmmanuel Vadot  The provider is able to communicate with the DVFSRC through Secure Monitor
16*0e8011faSEmmanuel Vadot  Call (SMC).
17*0e8011faSEmmanuel Vadot
18*0e8011faSEmmanuel Vadot             ICC provider         ICC Nodes
19*0e8011faSEmmanuel Vadot                              ----          ----
20*0e8011faSEmmanuel Vadot             _________       |CPU |   |--- |VPU |
21*0e8011faSEmmanuel Vadot    _____   |         |-----  ----    |     ----
22*0e8011faSEmmanuel Vadot   |     |->|  DRAM   |       ----    |     ----
23*0e8011faSEmmanuel Vadot   |DRAM |->|scheduler|----- |GPU |   |--- |DISP|
24*0e8011faSEmmanuel Vadot   |     |->|  (EMI)  |       ----    |     ----
25*0e8011faSEmmanuel Vadot   |_____|->|_________|---.   -----   |     ----
26*0e8011faSEmmanuel Vadot               /|\         `-|MMSYS|--|--- |VDEC|
27*0e8011faSEmmanuel Vadot                |             -----   |     ----
28*0e8011faSEmmanuel Vadot                |                     |     ----
29*0e8011faSEmmanuel Vadot                | change DRAM freq    |--- |VENC|
30*0e8011faSEmmanuel Vadot             --------                 |     ----
31*0e8011faSEmmanuel Vadot    SMC --> | DVFSRC |                |     ----
32*0e8011faSEmmanuel Vadot             --------                 |--- |IMG |
33*0e8011faSEmmanuel Vadot                                      |     ----
34*0e8011faSEmmanuel Vadot                                      |     ----
35*0e8011faSEmmanuel Vadot                                      |--- |CAM |
36*0e8011faSEmmanuel Vadot                                            ----
37*0e8011faSEmmanuel Vadot
38*0e8011faSEmmanuel Vadotproperties:
39*0e8011faSEmmanuel Vadot  compatible:
40*0e8011faSEmmanuel Vadot    enum:
41*0e8011faSEmmanuel Vadot      - mediatek,mt8183-emi
42*0e8011faSEmmanuel Vadot      - mediatek,mt8195-emi
43*0e8011faSEmmanuel Vadot
44*0e8011faSEmmanuel Vadot  '#interconnect-cells':
45*0e8011faSEmmanuel Vadot    const: 1
46*0e8011faSEmmanuel Vadot
47*0e8011faSEmmanuel Vadotrequired:
48*0e8011faSEmmanuel Vadot  - compatible
49*0e8011faSEmmanuel Vadot  - '#interconnect-cells'
50*0e8011faSEmmanuel Vadot
51*0e8011faSEmmanuel VadotunevaluatedProperties: false
52