dts: bindings: dac: add bindings for ltc1660/ltc1665

Add bindings for LTC1665/LTC1660, which is a 8/10-bit
Digital-to-Analog Converter with eight individual channels.

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
This commit is contained in:
Marcus Folkesson 2023-04-05 14:21:47 +02:00 committed by Anas Nashif
parent 11b596c451
commit e9ee6388f6
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# Copyright (C) 2023 Marcus Folkesson <marcus.folkesson@gmail.com>
# SPDX-License-Identifier: Apache-2.0
include: [dac-controller.yaml, spi-device.yaml]
description: Linear Technology Micropower octal 10-Bit DAC
compatible: "lltc,ltc1660"

View File

@ -0,0 +1,8 @@
# Copyright (C) 2023 Marcus Folkesson <marcus.folkesson@gmail.com>
# SPDX-License-Identifier: Apache-2.0
include: [dac-controller.yaml, spi-device.yaml]
description: Linear Technology Micropower octal 8-Bit DAC
compatible: "lltc,ltc1665"