2021-02-17 17:38:33 +08:00
|
|
|
# Copyright (c) 2020 Teslabs Engineering S.L.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
# Common fields for MIPI-DSI hosts
|
|
|
|
|
|
|
|
include: base.yaml
|
|
|
|
|
|
|
|
bus: mipi-dsi
|
|
|
|
|
|
|
|
properties:
|
2023-01-04 03:21:25 +08:00
|
|
|
"#address-cells":
|
|
|
|
required: true
|
|
|
|
const: 1
|
2021-02-17 17:38:33 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
"#size-cells":
|
|
|
|
required: true
|
|
|
|
const: 0
|
2023-01-18 04:05:22 +08:00
|
|
|
|
|
|
|
phy-clock:
|
|
|
|
type: int
|
|
|
|
description:
|
|
|
|
MIPI PHY clock frequency. Should be set to ensure clock frequency is at
|
|
|
|
least (pixel clock * bits per output pixel) / number of mipi data lanes
|