summaryrefslogtreecommitdiff
path: root/dts/upstream/Bindings/sound/simple-audio-mux.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/upstream/Bindings/sound/simple-audio-mux.yaml')
-rw-r--r--dts/upstream/Bindings/sound/simple-audio-mux.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/dts/upstream/Bindings/sound/simple-audio-mux.yaml b/dts/upstream/Bindings/sound/simple-audio-mux.yaml
index 9f319caf3db..194ac1d4f4f 100644
--- a/dts/upstream/Bindings/sound/simple-audio-mux.yaml
+++ b/dts/upstream/Bindings/sound/simple-audio-mux.yaml
@@ -24,6 +24,11 @@ properties:
description: |
GPIOs used to select the input line.
+ state-labels:
+ description: State of input line. default is "Input 1", "Input 2"
+ $ref: /schemas/types.yaml#/definitions/string-array
+ maxItems: 2
+
sound-name-prefix: true
required:
@@ -37,4 +42,5 @@ examples:
mux {
compatible = "simple-audio-mux";
mux-gpios = <&gpio 3 0>;
+ state-labels = "Label_A", "Label_B";
};