linux-surface/Documentation/devicetree/bindings/sound/dioo,dio2125.txt
2017-08-10 09:25:24 -04:00

13 lines
245 B
Plaintext

DIO2125 Audio Driver
Required properties:
- compatible : "dioo,dio2125"
- enable-gpios : the gpio connected to the enable pin of the dio2125
Example:
amp: analog-amplifier {
compatible = "dioo,dio2125";
enable-gpios = <&gpio GPIOH_3 0>;
};