forked from EmbeddedTeam/app_photomagnetic
15 lines
314 B
YAML
15 lines
314 B
YAML
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
|