1# Copyright (c) 2024 Bootlin 2# SPDX-License-Identifier: Apache-2.0 3 4description: STM32 FMC display controller 5compatible: "st,stm32-fmc-mipi-dbi" 6 7include: ["mipi-dbi-controller.yaml"] 8 9properties: 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. 25