24 lines
668 B
Plaintext
24 lines
668 B
Plaintext
|
* Qualcomm MSM ISPIF
|
||
|
|
||
|
Required properties:
|
||
|
- cell-index: ispif hardware core index
|
||
|
- compatible :
|
||
|
- "qcom,ispif"
|
||
|
- reg : offset and length of the register set for the device
|
||
|
for the ispif operating in compatible mode.
|
||
|
- reg-names : should specify relevant names to each reg property defined.
|
||
|
- interrupts : should contain the ispif interrupt.
|
||
|
- interrupt-names : should specify relevant names to each interrupts
|
||
|
property defined.
|
||
|
|
||
|
Example:
|
||
|
|
||
|
qcom,ispif@0xfda0a000 {
|
||
|
cell-index = <0>;
|
||
|
compatible = "qcom,ispif";
|
||
|
reg = <0xfda0a000 0x300>;
|
||
|
reg-names = "ispif";
|
||
|
interrupts = <0 55 0>;
|
||
|
interrupt-names = "ispif";
|
||
|
};
|