dts: bindings: adc: add MAX11102-MAX11117

Add bindings for the following ADCs:
- MAX11102
- MAX11103
- MAX11105
- MAX11106
- MAX11110
- MAX11111
- MAX11115
- MAX11116
- MAX11117

Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
This commit is contained in:
Benedikt Schmidt 2023-07-12 13:39:00 +02:00 committed by Maureen Helm
commit c3bb1b3c6d
10 changed files with 103 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# Copyright (c) 2023 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0
include: [adc-controller.yaml, spi-device.yaml]
properties:
"#io-channel-cells":
const: 1
io-channel-cells:
- input

View file

@ -0,0 +1,13 @@
# Copyright (c) 2023 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0
description: Maxim Integrated 2 channels 12 bit 2 Msps SPI ADC
compatible: "maxim,max11102"
include: maxim,max11102-17-base.yaml
properties:
chsel-gpios:
type: phandle-array
description: "GPIO for channel selection"

View file

@ -0,0 +1,13 @@
# Copyright (c) 2023 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0
description: Maxim Integrated 2 channels 12 bit 3 Msps SPI ADC
compatible: "maxim,max11103"
include: maxim,max11102-17-base.yaml
properties:
chsel-gpios:
type: phandle-array
description: "GPIO for channel selection"

View file

@ -0,0 +1,8 @@
# Copyright (c) 2023 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0
description: Maxim Integrated 1 channel 12 bit 2 Msps SPI ADC
compatible: "maxim,max11105"
include: maxim,max11102-17-base.yaml

View file

@ -0,0 +1,13 @@
# Copyright (c) 2023 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0
description: Maxim Integrated 2 channels 10 bit 3 Msps SPI ADC
compatible: "maxim,max11106"
include: maxim,max11102-17-base.yaml
properties:
chsel-gpios:
type: phandle-array
description: "GPIO for channel selection"

View file

@ -0,0 +1,8 @@
# Copyright (c) 2023 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0
description: Maxim Integrated 1 channel 10 bit 2 Msps SPI ADC
compatible: "maxim,max11110"
include: maxim,max11102-17-base.yaml

View file

@ -0,0 +1,13 @@
# Copyright (c) 2023 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0
description: Maxim Integrated 2 channels 8 bit 3 Msps SPI ADC
compatible: "maxim,max11111"
include: maxim,max11102-17-base.yaml
properties:
chsel-gpios:
type: phandle-array
description: "GPIO for channel selection"

View file

@ -0,0 +1,8 @@
# Copyright (c) 2023 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0
description: Maxim Integrated 1 channel 8 bit 2 Msps SPI ADC
compatible: "maxim,max11115"
include: maxim,max11102-17-base.yaml

View file

@ -0,0 +1,8 @@
# Copyright (c) 2023 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0
description: Maxim Integrated 1 channel 8 bit 3 Msps SPI ADC
compatible: "maxim,max11116"
include: maxim,max11102-17-base.yaml

View file

@ -0,0 +1,8 @@
# Copyright (c) 2023 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0
description: Maxim Integrated 1 channel 10 bit 3 Msps SPI ADC
compatible: "maxim,max11117"
include: maxim,max11102-17-base.yaml