1# Copyright (c) 2020 Teslabs Engineering S.L.
2# SPDX-License-Identifier: Apache-2.0
3
4# Common fields for MIPI-DSI hosts
5
6include: base.yaml
7
8bus: mipi-dsi
9
10properties:
11  "#address-cells":
12    required: true
13    const: 1
14
15  "#size-cells":
16    required: true
17    const: 0
18
19  phy-clock:
20    type: int
21    description:
22      MIPI PHY clock frequency. Should be set to ensure clock frequency is at
23      least (pixel clock * bits per output pixel) / number of mipi data lanes
24