You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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>;
|
|
};
|
|
|