diff --git a/dts/bindings/heating-pad.yaml b/dts/bindings/heating-pad.yaml new file mode 100644 index 0000000..9be074b --- /dev/null +++ b/dts/bindings/heating-pad.yaml @@ -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