blob: 76a2825d5bd7868e52ab2a81c4bb45fffda6e68b [file] [log] [blame]
Kevin Chan472c7dd2012-08-01 14:08:52 -07001* Qualcomm MSM CSID
2
3Required properties:
4- cell-index: csid hardware core index
5- compatible :
6 - "qcom,csid"
7- reg : offset and length of the register set for the device
8 for the csid operating in compatible mode.
9- reg-names : should specify relevant names to each reg property defined.
10- interrupts : should contain the csid interrupt.
11- interrupt-names : should specify relevant names to each interrupts
12 property defined.
13
14Example:
15
16 qcom,csid@fda08000 {
17 cell-index = <0>;
18 compatible = "qcom,csid";
19 reg = <0xfda08000 0x200>;
20 reg-names = "csid";
21 interrupts = <0 51 0>;
22 interrupt-names = "csiphy";
23 };