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