drivers: adc: ltc2451: Add ltc2451 driver
Adds support for the Linear Technologies LTC2451 ADC. Signed-off-by: Ethan Duckett <ethan.duckett@brillpower.com>
This commit is contained in:
parent
dbed251249
commit
da4e3e713b
7 changed files with 140 additions and 0 deletions
16
dts/bindings/adc/lltc,ltc2451.yaml
Normal file
16
dts/bindings/adc/lltc,ltc2451.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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
|
||||
enum:
|
||||
- 30
|
||||
- 60
|
||||
description: Set conversion speed in Hz
|
Loading…
Add table
Add a link
Reference in a new issue