15def4c47SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 25def4c47SEmmanuel Vadot%YAML 1.2 35def4c47SEmmanuel Vadot--- 45def4c47SEmmanuel Vadot$id: http://devicetree.org/schemas/display/intel,keembay-msscam.yaml# 55def4c47SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 65def4c47SEmmanuel Vadot 7*8bab661aSEmmanuel Vadottitle: Intel Keem Bay MSSCAM 85def4c47SEmmanuel Vadot 95def4c47SEmmanuel Vadotmaintainers: 105def4c47SEmmanuel Vadot - Anitha Chrisanthus <anitha.chrisanthus@intel.com> 115def4c47SEmmanuel Vadot - Edmond J Dea <edmund.j.dea@intel.com> 125def4c47SEmmanuel Vadot 135def4c47SEmmanuel Vadotdescription: | 145def4c47SEmmanuel Vadot MSSCAM controls local clocks in the display subsystem namely LCD clocks and 155def4c47SEmmanuel Vadot MIPI DSI clocks. It also configures the interconnect between LCD and 165def4c47SEmmanuel Vadot MIPI DSI. 175def4c47SEmmanuel Vadot 185def4c47SEmmanuel Vadotproperties: 195def4c47SEmmanuel Vadot compatible: 205def4c47SEmmanuel Vadot items: 215def4c47SEmmanuel Vadot - const: intel,keembay-msscam 225def4c47SEmmanuel Vadot - const: syscon 235def4c47SEmmanuel Vadot 245def4c47SEmmanuel Vadot reg: 255def4c47SEmmanuel Vadot maxItems: 1 265def4c47SEmmanuel Vadot 275def4c47SEmmanuel Vadot reg-io-width: 285def4c47SEmmanuel Vadot const: 4 295def4c47SEmmanuel Vadot 305def4c47SEmmanuel Vadotrequired: 315def4c47SEmmanuel Vadot - compatible 325def4c47SEmmanuel Vadot - reg 335def4c47SEmmanuel Vadot - reg-io-width 345def4c47SEmmanuel Vadot 355def4c47SEmmanuel VadotadditionalProperties: false 365def4c47SEmmanuel Vadot 375def4c47SEmmanuel Vadotexamples: 385def4c47SEmmanuel Vadot - | 395def4c47SEmmanuel Vadot msscam:msscam@20910000 { 405def4c47SEmmanuel Vadot compatible = "intel,keembay-msscam", "syscon"; 415def4c47SEmmanuel Vadot reg = <0x20910000 0x30>; 425def4c47SEmmanuel Vadot reg-io-width = <4>; 435def4c47SEmmanuel Vadot }; 44