board-id.txt 708 B

12345678910111213141516171819
  1. * BOARD-ID
  2. The qcom,board-id entry specifies the MSM platform and subtype revision.
  3. It can optionally be an array of these to indicate multiple hardware that use
  4. the same device tree. It is expected that the bootloader will use this
  5. information at boot-up to decide which device tree to use when given multiple
  6. device trees, some of which may not be compatible with the actual hardware. It
  7. is the bootloader's responsibility to pass the correct device tree to the kernel.
  8. Format:
  9. It is expected that the qcom,board-id entry be at the top level of the device
  10. tree structure. The format of the entry is:
  11. qcom,board-id = <platform_id, subtype_id> [, <p2, s2> ...]
  12. Example:
  13. qcom,board-id = <15 0>;