Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/display/intel,keembay-msscam.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Devicetree bindings for Intel Keem Bay MSSCAM
0008 
0009 maintainers:
0010   - Anitha Chrisanthus <anitha.chrisanthus@intel.com>
0011   - Edmond J Dea <edmund.j.dea@intel.com>
0012 
0013 description: |
0014    MSSCAM controls local clocks in the display subsystem namely LCD clocks and
0015    MIPI DSI clocks. It also configures the interconnect between LCD and
0016    MIPI DSI.
0017 
0018 properties:
0019   compatible:
0020     items:
0021       - const: intel,keembay-msscam
0022       - const: syscon
0023 
0024   reg:
0025     maxItems: 1
0026 
0027   reg-io-width:
0028     const: 4
0029 
0030 required:
0031   - compatible
0032   - reg
0033   - reg-io-width
0034 
0035 additionalProperties: false
0036 
0037 examples:
0038   - |
0039     msscam:msscam@20910000 {
0040         compatible = "intel,keembay-msscam", "syscon";
0041         reg = <0x20910000 0x30>;
0042         reg-io-width = <4>;
0043     };