1fdbcb3cbSNicolas Ferre* Atmel at91sam9x5ek wm8731 audio complex
2fdbcb3cbSNicolas Ferre
3fdbcb3cbSNicolas FerreRequired properties:
4fdbcb3cbSNicolas Ferre  - compatible: "atmel,sam9x5-wm8731-audio"
5fdbcb3cbSNicolas Ferre  - atmel,model: The user-visible name of this sound complex.
6fdbcb3cbSNicolas Ferre  - atmel,ssc-controller: The phandle of the SSC controller
7fdbcb3cbSNicolas Ferre  - atmel,audio-codec: The phandle of the WM8731 audio codec
8fdbcb3cbSNicolas Ferre  - atmel,audio-routing: A list of the connections between audio components.
9fdbcb3cbSNicolas Ferre    Each entry is a pair of strings, the first being the connection's sink,
10fdbcb3cbSNicolas Ferre    the second being the connection's source.
11fdbcb3cbSNicolas Ferre
12fdbcb3cbSNicolas FerreAvailable audio endpoints for the audio-routing table:
13fdbcb3cbSNicolas Ferre
14fdbcb3cbSNicolas FerreBoard connectors:
15fdbcb3cbSNicolas Ferre * Headphone Jack
16fdbcb3cbSNicolas Ferre * Line In Jack
17fdbcb3cbSNicolas Ferre
18fdbcb3cbSNicolas Ferrewm8731 pins:
19*69c8027cSMauro Carvalho Chehabcf Documentation/devicetree/bindings/sound/wlf,wm8731.yaml
20fdbcb3cbSNicolas Ferre
21fdbcb3cbSNicolas FerreExample:
22fdbcb3cbSNicolas Ferresound {
23fdbcb3cbSNicolas Ferre	compatible = "atmel,sam9x5-wm8731-audio";
24fdbcb3cbSNicolas Ferre
25fdbcb3cbSNicolas Ferre	atmel,model = "wm8731 @ AT91SAM9X5EK";
26fdbcb3cbSNicolas Ferre
27fdbcb3cbSNicolas Ferre	atmel,audio-routing =
28fdbcb3cbSNicolas Ferre		"Headphone Jack", "RHPOUT",
29fdbcb3cbSNicolas Ferre		"Headphone Jack", "LHPOUT",
30fdbcb3cbSNicolas Ferre		"LLINEIN", "Line In Jack",
31fdbcb3cbSNicolas Ferre		"RLINEIN", "Line In Jack";
32fdbcb3cbSNicolas Ferre
33fdbcb3cbSNicolas Ferre	atmel,ssc-controller = <&ssc0>;
34fdbcb3cbSNicolas Ferre	atmel,audio-codec = <&wm8731>;
35fdbcb3cbSNicolas Ferre};
36