Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) * Atmel at91sam9g20ek wm8731 audio complex
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4)   - compatible: "atmel,at91sam9g20ek-wm8731-audio"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5)   - atmel,model: The user-visible name of this sound complex.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6)   - atmel,audio-routing: A list of the connections between audio components.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7)   - atmel,ssc-controller: The phandle of the SSC controller
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8)   - atmel,audio-codec: The phandle of the WM8731 audio codec
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) Optional properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)   - pinctrl-names, pinctrl-0: Please refer to pinctrl-bindings.txt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) sound {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	compatible = "atmel,at91sam9g20ek-wm8731-audio";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	pinctrl-names = "default";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	pinctrl-0 = <&pinctrl_pck0_as_mck>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	atmel,model = "wm8731 @ AT91SAMG20EK";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	atmel,audio-routing =
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 		"Ext Spk", "LHPOUT",
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 		"Int MIC", "MICIN";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	atmel,ssc-controller = <&ssc0>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	atmel,audio-codec = <&wm8731>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) };