]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - Bindings/sound/adi,ssm2305.txt
Import latest DTS files from Linux 4.18
[FreeBSD/FreeBSD.git] / Bindings / sound / adi,ssm2305.txt
1 Analog Devices SSM2305 Speaker Amplifier
2 ========================================
3
4 Required properties:
5   - compatible : "adi,ssm2305"
6   - shutdown-gpios : The gpio connected to the shutdown pin.
7                      The gpio signal is ACTIVE_LOW.
8
9 Example:
10
11 ssm2305: analog-amplifier {
12         compatible = "adi,ssm2305";
13         shutdown-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
14 };