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/pwm/intel,lgm-pwm.yaml# 55def4c47SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 65def4c47SEmmanuel Vadot 75def4c47SEmmanuel Vadottitle: LGM SoC PWM fan controller 85def4c47SEmmanuel Vadot 95def4c47SEmmanuel Vadotmaintainers: 105def4c47SEmmanuel Vadot - Rahul Tanwar <rtanwar@maxlinear.com> 115def4c47SEmmanuel Vadot 12*c9ccf3a3SEmmanuel VadotallOf: 13*c9ccf3a3SEmmanuel Vadot - $ref: pwm.yaml# 14*c9ccf3a3SEmmanuel Vadot 155def4c47SEmmanuel Vadotproperties: 165def4c47SEmmanuel Vadot compatible: 175def4c47SEmmanuel Vadot const: intel,lgm-pwm 185def4c47SEmmanuel Vadot 195def4c47SEmmanuel Vadot reg: 205def4c47SEmmanuel Vadot maxItems: 1 215def4c47SEmmanuel Vadot 225def4c47SEmmanuel Vadot "#pwm-cells": 235def4c47SEmmanuel Vadot const: 2 245def4c47SEmmanuel Vadot 255def4c47SEmmanuel Vadot clocks: 265def4c47SEmmanuel Vadot maxItems: 1 275def4c47SEmmanuel Vadot 285def4c47SEmmanuel Vadot resets: 295def4c47SEmmanuel Vadot maxItems: 1 305def4c47SEmmanuel Vadot 315def4c47SEmmanuel Vadotrequired: 325def4c47SEmmanuel Vadot - compatible 335def4c47SEmmanuel Vadot - reg 345def4c47SEmmanuel Vadot - clocks 355def4c47SEmmanuel Vadot - resets 365def4c47SEmmanuel Vadot 375def4c47SEmmanuel VadotadditionalProperties: false 385def4c47SEmmanuel Vadot 395def4c47SEmmanuel Vadotexamples: 405def4c47SEmmanuel Vadot - | 415def4c47SEmmanuel Vadot pwm: pwm@e0d00000 { 425def4c47SEmmanuel Vadot compatible = "intel,lgm-pwm"; 435def4c47SEmmanuel Vadot reg = <0xe0d00000 0x30>; 445def4c47SEmmanuel Vadot #pwm-cells = <2>; 455def4c47SEmmanuel Vadot clocks = <&cgu0 126>; 465def4c47SEmmanuel Vadot resets = <&rcu0 0x30 21>; 475def4c47SEmmanuel Vadot }; 48