# Copyright (c) 2023 Brill Power Ltd. All Rights Reserved. | |
# SPDX-License-Identifier: Apache-2.0 | |
description: Linear Technology LTC2451 ADC | |
compatible: "lltc,ltc2451" | |
include: i2c-device.yaml | |
properties: | |
conversion-speed: | |
type: int | |
default: 60 | |
enum: | |
- 30 | |
- 60 | |
description: | | |
Set conversion speed in Hz | |
Default value corresponds to the default value of the register | |
To specify channel 2 and 4 = 0b001010 = 10 |