^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) CS4349 audio CODEC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) - compatible : "cirrus,cs4349"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) - reg : the I2C address of the device for I2C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) Optional properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) - reset-gpios : a GPIO spec for the reset pin.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) codec: cs4349@48 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) compatible = "cirrus,cs4349";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) reg = <0x48>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) reset-gpios = <&gpio 54 0>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) };