2019-07-03 14:27:08 +08:00
|
|
|
# Copyright (c) 2019, Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-11-19 15:39:11 +08:00
|
|
|
description: Microchip XEC PWM
|
2019-07-03 14:27:08 +08:00
|
|
|
|
2022-03-12 03:52:59 +08:00
|
|
|
include: [pwm-controller.yaml, base.yaml, pinctrl-device.yaml]
|
2019-07-03 14:27:08 +08:00
|
|
|
|
|
|
|
compatible: "microchip,xec-pwm"
|
|
|
|
|
|
|
|
properties:
|
2023-01-04 03:21:25 +08:00
|
|
|
reg:
|
|
|
|
required: true
|
2019-07-03 14:27:08 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
pcrs:
|
|
|
|
type: array
|
|
|
|
required: true
|
|
|
|
description: PWM PCR register index and bit position
|
2022-03-12 03:37:39 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
"#pwm-cells":
|
2023-02-16 19:03:09 +08:00
|
|
|
const: 3
|
2022-04-22 19:01:01 +08:00
|
|
|
|
|
|
|
pwm-cells:
|
2023-01-04 03:21:25 +08:00
|
|
|
- channel
|
|
|
|
- period
|
2023-02-16 19:03:09 +08:00
|
|
|
- flags
|