# Platform information The platform information device tree provides details about the platform information version, platform type, major hardware version, minor hardware version, subtype and OEM-id. If the CDT binary file is not programmed on the hardware, the platform information from the device tree is used. **PlatformInfo version** - Specifies PlatformInfo version of the driver. The supported version numbers are 0x3 and 0x5. **Platform type** - Specifies the type of platform which is IOT. **Major hardware version** - Specifies the major version information of the platform. **Minor hardware version** - Specifies the minor version information of the platform. **Subtype** - Specifies the subtype for the platform type. **OEM variant ID -** Specifies user defined ID. It is reserved for OEMs and unused by Qualcomm. - 0x00 - Qualcomm reference platform. - 0x01-0xff - OEM variant **Number of key-value pairs** - Number of key-value pairs (KVPs)- specify dependent key values associated with platform type. Note OEM variant ID is supported from Linux version 5. The platform information variable is as shown: | DT property name | Data type | Possible values/value range | Description | | --- | --- | --- | --- | | PlatformInfo | uint32 |
Major hardware version: 1 to 255
Minor hardware version: 0 to 255
Subtype: 0 to 255
OEM Variant: 0 to 255