M7350/kernel/Documentation/devicetree/bindings/media/video/msm-ispif.txt

24 lines
668 B
Plaintext
Raw Normal View History

2024-09-09 08:52:07 +00:00
* 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";
};