1# Copyright (c) 2023 Brill Power Ltd. All Rights Reserved. 2# SPDX-License-Identifier: Apache-2.0 3 4description: Linear Technology LTC2451 ADC 5 6compatible: "lltc,ltc2451" 7 8include: i2c-device.yaml 9 10properties: 11 conversion-speed: 12 type: int 13 default: 60 14 enum: 15 - 30 16 - 60 17 description: | 18 Set conversion speed in Hz 19 Default value corresponds to the default value of the register 20 To specify channel 2 and 4 = 0b001010 = 10 21