1# Copyright 2023 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4# Common fields for MIPI-DBI controllers
5
6include: base.yaml
7
8bus: mipi-dbi
9
10properties:
11  clock-frequency:
12    type: int
13    description: |
14      Clock frequency of the SCL signal of the MBI-DBI peripheral, in Hz
15  "#address-cells":
16    required: true
17    const: 1
18  "#size-cells":
19    required: true
20    const: 0
21