^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) Texas Instruments - tpa6130a2 Codec module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) The tpa6130a2 serial control bus communicates through I2C protocols
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) - compatible - "string" - One of:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) "ti,tpa6130a2" - TPA6130A2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) "ti,tpa6140a2" - TPA6140A2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) - reg - <int> - I2C slave address
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) - Vdd-supply - <phandle> - power supply regulator
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) Optional properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) - power-gpio - gpio pin to power the device
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) tpa6130a2: tpa6130a2@60 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) compatible = "ti,tpa6130a2";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) reg = <0x60>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) Vdd-supply = <&vmmc2>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) power-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) };