lineage_kernel_xcoverpro/Documentation/devicetree/bindings/sound/dioo,dio2125.txt

13 lines
245 B
Plaintext
Executable File

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>;
};