1# Copyright (c) 2020 Teslabs Engineering S.L.
2# SPDX-License-Identifier: Apache-2.0
3
4# Common fields for MIPI-DSI devices
5
6include: base.yaml
7
8on-bus: mipi-dsi
9
10properties:
11  reg:
12    required: true
13
14  data-lanes:
15    type: array
16    required: true
17    description:
18      Number of data lanes.
19
20  pixel-format:
21    type: int
22    required: true
23    description:
24      Pixel format. Available formats in dt-bindings/mipi_dsi/mipi_dsi.h.
25