Skip to content

Commit aae9104

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 94f78a0 commit aae9104

File tree

1 file changed

+56
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)