23 lines
467 B
YAML
23 lines
467 B
YAML
description: |
|
|
TI CD74HC4067 16-channel analog multiplexer.
|
|
|
|
compatible: "cd74hc4067"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
select-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: |
|
|
GPIO pins for channel selection (S0-S3).
|
|
Array must contain exactly 4 GPIOs:
|
|
- Index 0: S0
|
|
- Index 1: S1
|
|
- Index 2: S2
|
|
- Index 3: S3
|
|
|
|
enable-gpio:
|
|
type: phandle
|
|
description: |
|
|
Optional GPIO for common enable pin (E). |