1f95a4883SSebastian ReichelTexas Instruments - tpa6130a2 Codec module
2f95a4883SSebastian Reichel
3f95a4883SSebastian ReichelThe tpa6130a2 serial control bus communicates through I2C protocols
4f95a4883SSebastian Reichel
5f95a4883SSebastian ReichelRequired properties:
6f95a4883SSebastian Reichel
7f95a4883SSebastian Reichel- compatible - "string" - One of:
8f95a4883SSebastian Reichel    "ti,tpa6130a2" - TPA6130A2
9f95a4883SSebastian Reichel    "ti,tpa6140a2" - TPA6140A2
10f95a4883SSebastian Reichel
11f95a4883SSebastian Reichel
12f95a4883SSebastian Reichel- reg - <int> -  I2C slave address
13f95a4883SSebastian Reichel
14f95a4883SSebastian Reichel- Vdd-supply - <phandle> - power supply regulator
15f95a4883SSebastian Reichel
16f95a4883SSebastian ReichelOptional properties:
17f95a4883SSebastian Reichel
18f95a4883SSebastian Reichel- power-gpio - gpio pin to power the device
19f95a4883SSebastian Reichel
20f95a4883SSebastian ReichelExample:
21f95a4883SSebastian Reichel
22f95a4883SSebastian Reicheltpa6130a2: tpa6130a2@60 {
23f95a4883SSebastian Reichel	compatible = "ti,tpa6130a2";
24f95a4883SSebastian Reichel	reg = <0x60>;
25f95a4883SSebastian Reichel	Vdd-supply = <&vmmc2>;
26f95a4883SSebastian Reichel	power-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>;
27f95a4883SSebastian Reichel};
28