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 of this controller's output data, which is sent
14      to a panel directly or to an adapter.
15      See dt-bindings/display/panel.h for a list of pixel format.
16