0001 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/reserved-memory/nvidia,tegra210-emc-table.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: NVIDIA Tegra210 EMC Frequency Table Device Tree Bindings
0008
0009 maintainers:
0010 - Thierry Reding <thierry.reding@gmail.com>
0011 - Jon Hunter <jonathanh@nvidia.com>
0012
0013 description: On Tegra210, firmware passes a binary representation of the
0014 EMC frequency table via a reserved memory region.
0015
0016 allOf:
0017 - $ref: "reserved-memory.yaml"
0018
0019 properties:
0020 compatible:
0021 const: nvidia,tegra210-emc-table
0022
0023 reg:
0024 description: region of memory reserved by firmware to pass the EMC
0025 frequency table
0026
0027 unevaluatedProperties: false
0028
0029 required:
0030 - compatible
0031 - reg