Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
2c580b98e931127a07a0c7dffe2ac3d7bf66abf9
/
.
/
Documentation
/
devicetree
/
bindings
/
sound
/
dioo,dio2125.txt
blob: 63dbfe0f11d0cfb139f5fa03030ab3a809b6167b [
file
] [
log
] [
blame
]
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>;
};