Commit 54f8c2b9 authored by Benedikt Schmidt's avatar Benedikt Schmidt Committed by Maureen Helm
Browse files

dts: bindings: dac: add AD56xx



Add bindings for the DACs AD56xx.

Signed-off-by: default avatarBenedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
parent 0371708b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
# Copyright (c) 2023 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0

description: Analog Devices 12-Bit 8-channel SPI DAC

compatible: "adi,ad5628"

include: adi,ad56xx-base.yaml
+8 −0
Original line number Diff line number Diff line
# Copyright (c) 2023 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0

description: Analog Devices 14-Bit 8-channel SPI DAC

compatible: "adi,ad5648"

include: adi,ad56xx-base.yaml
+8 −0
Original line number Diff line number Diff line
# Copyright (c) 2023 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0

description: Analog Devices 16-Bit 8-channel SPI DAC

compatible: "adi,ad5668"

include: adi,ad56xx-base.yaml
+8 −0
Original line number Diff line number Diff line
# Copyright (c) 2023 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0

description: Analog Devices 12-Bit 8-channel SPI DAC

compatible: "adi,ad5672"

include: adi,ad56xx-base.yaml
+8 −0
Original line number Diff line number Diff line
# Copyright (c) 2023 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0

description: Analog Devices 12-Bit 16-channel SPI DAC

compatible: "adi,ad5674"

include: adi,ad56xx-base.yaml
Loading