# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- $id: http://devicetree.org/schemas/pwm/nxp,lpc3220-pwm.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: NXP LPC32XX PWM controller maintainers: - Frank Li properties: compatible: enum: - nxp,lpc3220-pwm - nxp,lpc3220-motor-pwm reg: maxItems: 1 clocks: maxItems: 1 '#pwm-cells': const: 3 required: - compatible - reg - '#pwm-cells' allOf: - $ref: pwm.yaml# unevaluatedProperties: false examples: - | pwm@4005c000 { compatible = "nxp,lpc3220-pwm"; reg = <0x4005c000 0x4>; #pwm-cells = <3>; };