File tree Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Expand file tree Collapse file tree 1 file changed +56
-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
+
15
+ ports {
16
+ #address-cells = <1>;
17
+ #size-cells = <0>;
18
+
19
+ port@0 {
20
+ reg = <0>;
21
+ dcmipp_ep_in: endpoint {
22
+ remote-endpoint-label = "imx335_ep_out";
23
+ data-lanes = <1 2>;
24
+ };
25
+ };
26
+ };
27
+ };
28
+
29
+ compatible : " st,stm32-dcmipp"
30
+
31
+ include : [base.yaml, pinctrl-device.yaml, reset-device.yaml]
32
+
33
+ properties :
34
+ reg :
35
+ required : true
36
+
37
+ clocks :
38
+ required : true
39
+
40
+ clock-names :
41
+ required : true
42
+
43
+ interrupts :
44
+ required : true
45
+
46
+ resets :
47
+ required : true
48
+
49
+ child-binding :
50
+ child-binding :
51
+ child-binding :
52
+ include : video-interfaces.yaml
53
+
54
+ properties :
55
+ bus-type :
56
+ required : true
You can’t perform that action at this time.
0 commit comments