1# Copyright 2023 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4# Common fields for LCD controllers driving a panel.
5
6include: display-controller.yaml
7
8properties:
9  pixel-format:
10    type: int
11    required: true
12    description: |
13      Initial Pixel format for panel attached to this controller.
14      See dt-bindings/display/panel.h for a list
15