brintos

brintos / linux-shallow public Read only

0
0
Text · 916 B · cc7e1f3 Raw
44 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/display/intel,keembay-msscam.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Intel Keem Bay MSSCAM8 9maintainers:10  - Anitha Chrisanthus <anitha.chrisanthus@intel.com>11  - Edmond J Dea <edmund.j.dea@intel.com>12 13description: |14   MSSCAM controls local clocks in the display subsystem namely LCD clocks and15   MIPI DSI clocks. It also configures the interconnect between LCD and16   MIPI DSI.17 18properties:19  compatible:20    items:21      - const: intel,keembay-msscam22      - const: syscon23 24  reg:25    maxItems: 126 27  reg-io-width:28    const: 429 30required:31  - compatible32  - reg33  - reg-io-width34 35additionalProperties: false36 37examples:38  - |39    msscam:msscam@20910000 {40        compatible = "intel,keembay-msscam", "syscon";41        reg = <0x20910000 0x30>;42        reg-io-width = <4>;43    };44