0633b8c75c
Add bindings for SMBus peripheral devices on a bus. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
14 lines
245 B
YAML
14 lines
245 B
YAML
# Copyright (c) 2022 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Common fields for SMBus devices
|
|
|
|
include: [base.yaml, power.yaml]
|
|
|
|
on-bus: smbus
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
description: device address on SMBus bus
|