1 CS4349 audio CODEC 1 CS4349 audio CODEC 2 2 3 Required properties: 3 Required properties: 4 4 5 - compatible : "cirrus,cs4349" 5 - compatible : "cirrus,cs4349" 6 6 7 - reg : the I2C address of the device for I2 7 - reg : the I2C address of the device for I2C 8 8 9 Optional properties: 9 Optional properties: 10 10 11 - reset-gpios : a GPIO spec for the reset pi 11 - reset-gpios : a GPIO spec for the reset pin. 12 12 13 Example: 13 Example: 14 14 15 codec: cs4349@48 { 15 codec: cs4349@48 { 16 compatible = "cirrus,cs4349"; 16 compatible = "cirrus,cs4349"; 17 reg = <0x48>; 17 reg = <0x48>; 18 reset-gpios = <&gpio 54 0>; 18 reset-gpios = <&gpio 54 0>; 19 }; 19 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.