1# Copyright (c) 2024 Renesas Electronics Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4description: Renesas Graphic LCD controller 5 6compatible: "renesas,ra-glcdc" 7 8include: [display-controller.yaml, pinctrl-device.yaml] 9 10properties: 11 reg: 12 required: true 13 14 clocks: 15 required: true 16 17 pinctrl-0: 18 required: true 19 20 pinctrl-names: 21 required: true 22 23 interrupts: 24 required: true 25 26 interrupt-names: 27 type: string-array 28 required: true 29 description: name of each interrupt 30 31 backlight-gpios: 32 type: phandle-array 33 required: true 34 description: | 35 The BLn pin is asserted to control the backlight of the panel. 36 The sensor receives this as an active-high signal. 37 38 input-pixel-format: 39 type: int 40 required: true 41 description: | 42 Initial input Pixel format for Graphic LCD controller. 43 44 output-pixel-format: 45 type: int 46 required: true 47 description: | 48 Initial output Pixel format for Graphic LCD controller. 49