File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change
1
+ #
2
+ # Copyright (c) 2025 STMicroelectronics.
3
+ #
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
6
+
7
+ description : |
8
+ STM32 Digital Camera Memory Interface Pixel Processor (DCMIPP).
9
+
10
+ Example of node configuration at board level:
11
+
12
+ &dcmipp {
13
+ status = "okay";
14
+ sensor = <&imx335>;
15
+
16
+ ports {
17
+ #address-cells = <1>;
18
+ #size-cells = <0>;
19
+
20
+ port@0 {
21
+ reg = <0>;
22
+ dcmipp_ep_in: endpoint {
23
+ remote-endpoint-label = "imx335_ep_out";
24
+ data-lanes = <1 2>;
25
+ };
26
+ };
27
+ };
28
+ };
29
+
30
+ compatible : " st,stm32-dcmipp"
31
+
32
+ include : [base.yaml, reset-device.yaml]
33
+
34
+ properties :
35
+ reg :
36
+ required : true
37
+
38
+ clocks :
39
+ required : true
40
+
41
+ interrupts :
42
+ required : true
43
+
44
+ resets :
45
+ required : true
46
+
47
+ sensor :
48
+ required : true
49
+ type : phandle
50
+ description : phandle of connected sensor device
51
+
52
+ child-binding :
53
+ child-binding :
54
+ child-binding :
55
+ include : video-interfaces.yaml
You can’t perform that action at this time.
0 commit comments