Newer
Older
barebox / dts / Bindings / sound / dioo,dio2125.txt
@Sascha Hauer Sascha Hauer on 6 Jun 2017 245 bytes dts: update to v4.12-rc1
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>;
};