> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs-staging.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 平台信息

平台信息设备树提供了有关平台信息版本、平台类型、主要硬件版本、次要硬件版本、子类型和 OEM-ID 的详细信息。

如果硬件上未烧录 CDT 二进制文件，您可以使用设备树中的平台信息。Linux 设备上的文件路径为 `boot_images/boot/Settings/Soc/<chipset>/Core/SocInfra/PlatformInfo/PlatformInfo.dtsi`

* **PlatformInfo 版本** - 指定驱动程序的 PlatformInfo 版本。支持的版本号为 0x3 和 0x5。
* **平台类型** - 指定平台的类型，即 IOT。
* **主要硬件版本** - 指定平台的主要版本信息。
* **次要硬件版本** - 指定平台的次要版本信息。
* **子类型** - 指定平台类型的子类型。
* **OEM 变体 ID** - 指定用户定义的 ID。它保留给 OEM 使用，Qualcomm 不使用。
  * 0x00 - Qualcomm 参考平台
  * 0x01-0xFF - OEM 变体
* **键值对 (KVP) 数量** - 指定与平台类型关联的相关键值。

<Note>
  从 PlatformInfo 版本 5 开始支持 OEM 变体 ID。
</Note>
