Skip to content

Commit 5cf3130

Browse files
author
Alain Volmat
committed
dts-bindings: video: addition of stm32 dcmipp description
Addition of description for the STM32 Digital Camera Memory Interface Pixel Processor (DCMIPP). Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
1 parent 96f51bf commit 5cf3130

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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

0 commit comments

Comments
 (0)