dts: bindings: Migrate Plantower sensors to inherit base sensor props

Migrates all Plantower sensors to inherit base sensor device properties.
This will allow us to define properties shared by multiple sensors in
one place.

Signed-off-by: Maureen Helm <maureen.helm@intel.com>
This commit is contained in:
Maureen Helm 2022-09-30 16:08:32 -05:00 committed by Carles Cufí
parent e768c4cfff
commit 7fd34d4591

View file

@ -9,4 +9,4 @@ description: |
compatible: "plantower,pms7003"
include: uart-device.yaml
include: [sensor-device.yaml, uart-device.yaml]