All in tree device drivers use some form of DEVICE_DT_GET so we no longer need to require label properties. Signed-off-by: Kumar Gala <galak@kernel.org>
12 lines
221 B
YAML
12 lines
221 B
YAML
# Copyright (c) 2020 Libre Solar Technologies GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Common fields for DAC controllers
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
"#io-channel-cells":
|
|
type: int
|
|
required: true
|