google-b1c1.txt 678 B

1234567891011121314151617181920
  1. Google Platforms Device Tree Bindings
  2. ---------------------------------------
  3. Google boards
  4. Required root node properties:
  5. - compatible: it should be "google,b1c1-sdm845";
  6. - qcom,board-id: qcom board-id as described in [1]. The following rules are used
  7. for Google boards:
  8. - Platform Type ID: must use 0x05 (which is OEM code reserved by QCOM)
  9. - Major ID: global Google-wide major for the product
  10. - Minor ID: product-specific Minor as HW version (EVT, DVT etc)
  11. - Subtype: product-specific Subtype as HW modification
  12. Example:
  13. compatible = "google,b1c1-sdm845", "qcom,sdm845";
  14. qcom,board-id = <0x00010205 0>;
  15. [1] Documentation/devicetree/bindings/arm/msm/board-id.txt