Skip to content

Commit 40e9061

Browse files
miggazElqueznashif
authored andcommitted
dts: bindings: add DT binding for MIPI DBI API on stm32 fmc
This commit add a binding for using the stm32 fmc with the MIPI DBI API. Signed-off-by: Miguel Gazquez <[email protected]>
1 parent 7debafe commit 40e9061

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Copyright (c) 2024 Bootlin
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: STM32 FMC display controller
5+
compatible: "st,stm32-fmc-mipi-dbi"
6+
7+
include: ["mipi-dbi-controller.yaml"]
8+
9+
properties:
10+
reset-gpios:
11+
type: phandle-array
12+
description: |
13+
Reset GPIO pin. Set high to reset the display
14+
15+
power-gpios:
16+
type: phandle-array
17+
description: |
18+
Power GPIO pin. Set high to power the display.
19+
20+
register-select-pin:
21+
type: int
22+
required: true
23+
description: |
24+
Address pin used as Register Select for the display controller.

0 commit comments

Comments
 (0)