msm-csi-phy.txt 677 B

123456789101112131415161718192021222324
  1. * Qualcomm MSM CSI Phy
  2. Required properties:
  3. - cell-index: csi phy hardware core index
  4. - compatible :
  5. - "qcom,csiphy"
  6. - reg : offset and length of the register set for the device
  7. for the csiphy operating in compatible mode.
  8. - reg-names : should specify relevant names to each reg property defined.
  9. - interrupts : should contain the csiphy interrupt.
  10. - interrupt-names : should specify relevant names to each interrupts
  11. property defined.
  12. Example:
  13. qcom,csiphy@fda0ac00 {
  14. cell-index = <0>;
  15. compatible = "qcom,csiphy";
  16. reg = <0xfda0ac00 0x200>;
  17. reg-names = "csiphy";
  18. interrupts = <0 78 0>;
  19. interrupt-names = "csiphy";
  20. };