xref: /freebsd/sys/contrib/device-tree/Bindings/reserved-memory/nvidia,tegra210-emc-table.yaml (revision fac71e4e09885bb2afa3d984a0c239a52e1a7418)
1e67e8565SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2e67e8565SEmmanuel Vadot%YAML 1.2
3e67e8565SEmmanuel Vadot---
4e67e8565SEmmanuel Vadot$id: http://devicetree.org/schemas/reserved-memory/nvidia,tegra210-emc-table.yaml#
5e67e8565SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6e67e8565SEmmanuel Vadot
77ef62cebSEmmanuel Vadottitle: NVIDIA Tegra210 EMC Frequency Table
8e67e8565SEmmanuel Vadot
9e67e8565SEmmanuel Vadotmaintainers:
10e67e8565SEmmanuel Vadot  - Thierry Reding <thierry.reding@gmail.com>
11e67e8565SEmmanuel Vadot  - Jon Hunter <jonathanh@nvidia.com>
12e67e8565SEmmanuel Vadot
13e67e8565SEmmanuel Vadotdescription: On Tegra210, firmware passes a binary representation of the
14e67e8565SEmmanuel Vadot  EMC frequency table via a reserved memory region.
15e67e8565SEmmanuel Vadot
16e67e8565SEmmanuel VadotallOf:
17*fac71e4eSEmmanuel Vadot  - $ref: reserved-memory.yaml
18e67e8565SEmmanuel Vadot
19e67e8565SEmmanuel Vadotproperties:
20e67e8565SEmmanuel Vadot  compatible:
21e67e8565SEmmanuel Vadot    const: nvidia,tegra210-emc-table
22e67e8565SEmmanuel Vadot
23e67e8565SEmmanuel Vadot  reg:
24e67e8565SEmmanuel Vadot    description: region of memory reserved by firmware to pass the EMC
25e67e8565SEmmanuel Vadot      frequency table
26e67e8565SEmmanuel Vadot
27e67e8565SEmmanuel VadotunevaluatedProperties: false
28e67e8565SEmmanuel Vadot
29e67e8565SEmmanuel Vadotrequired:
30e67e8565SEmmanuel Vadot  - compatible
31e67e8565SEmmanuel Vadot  - reg
32