-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASoC: mikroe-proto: dt-bindings: add DT bindings for PROTO board
DT binding documentation for this new ASoC driver. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> Signed-off-by: Mark Brown <broonie@kernel.org>
- Loading branch information
Codrin Ciubotariu
authored and
Mark Brown
committed
Sep 3, 2018
1 parent
a45f885
commit 85e16fd
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
Documentation/devicetree/bindings/sound/mikroe,mikroe-proto.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Mikroe-PROTO audio board | ||
|
||
Required properties: | ||
- compatible: "mikroe,mikroe-proto" | ||
- dai-format: Must be "i2s". | ||
- i2s-controller: The phandle of the I2S controller. | ||
- audio-codec: The phandle of the WM8731 audio codec. | ||
Optional properties: | ||
- model: The user-visible name of this sound complex. | ||
- bitclock-master: Indicates dai-link bit clock master; for details see simple-card.txt (1). | ||
- frame-master: Indicates dai-link frame master; for details see simple-card.txt (1). | ||
|
||
(1) : There must be the same master for both bit and frame clocks. | ||
|
||
Example: | ||
sound { | ||
compatible = "mikroe,mikroe-proto"; | ||
model = "wm8731 @ sama5d2_xplained"; | ||
i2s-controller = <&i2s0>; | ||
audio-codec = <&wm8731>; | ||
dai-format = "i2s"; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters