Add PWM heating pad binding

This commit is contained in:
zhangyisong 2026-07-09 12:42:14 +08:00
parent 2692282ba3
commit 2c42b67eca

View File

@ -0,0 +1,14 @@
description: |
Heating pad using PWM
compatible: "heating-pad-pwm"
include: base.yaml
properties:
pwms:
type: phandle-array
description: PWM device to use for heating pad
required: true
temp-sensor:
type: phandle
description: Temperature sensor to use for heating pad
required: true