13 lines
245 B
Plaintext
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>;
|
||
|
};
|