cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

intel,keembay-msscam.yaml (940B)


      1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
      2%YAML 1.2
      3---
      4$id: http://devicetree.org/schemas/display/intel,keembay-msscam.yaml#
      5$schema: http://devicetree.org/meta-schemas/core.yaml#
      6
      7title: Devicetree bindings for Intel Keem Bay MSSCAM
      8
      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 and
     15   MIPI DSI clocks. It also configures the interconnect between LCD and
     16   MIPI DSI.
     17
     18properties:
     19  compatible:
     20    items:
     21      - const: intel,keembay-msscam
     22      - const: syscon
     23
     24  reg:
     25    maxItems: 1
     26
     27  reg-io-width:
     28    const: 4
     29
     30required:
     31  - compatible
     32  - reg
     33  - reg-io-width
     34
     35additionalProperties: false
     36
     37examples:
     38  - |
     39    msscam:msscam@20910000 {
     40        compatible = "intel,keembay-msscam", "syscon";
     41        reg = <0x20910000 0x30>;
     42        reg-io-width = <4>;
     43    };