* Qualcomm MSM CSID

Required properties:
- cell-index: csid hardware core index
- compatible :
    - "qcom,csid"
- reg : offset and length of the register set for the device
    for the csid operating in compatible mode.
- reg-names : should specify relevant names to each reg property defined.
- interrupts : should contain the csid interrupt.
- interrupt-names : should specify relevant names to each interrupts
  property defined.

Example:

   qcom,csid@fda08000 {
       cell-index = <0>;
       compatible = "qcom,csid";
       reg = <0xfda08000 0x200>;
       reg-names = "csid";
       interrupts = <0 51 0>;
       interrupt-names = "csiphy";
   };
