aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/tlv320aic3x.txt
blob: e7b98f41fa5fd14eba634184848529f1b519a68c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Texas Instruments - tlv320aic3x Codec module

The tlv320aic3x serial control bus communicates through I2C protocols

Required properties:
- compatible - "string" -  "ti,tlv320aic3x"
- reg - <int> -  I2C slave address


Optional properties:

- gpio-reset - gpio pin number used for codec reset
- ai3x-gpio-func - <array of 2 int> - AIC3X_GPIO1 & AIC3X_GPIO2 Functionality

Example:

tlv320aic3x: tlv320aic3x@1b {
	compatible = "ti,tlv320aic3x";
	reg = <0x1b>;
};