1 TSCS454 Audio CODEC 1 TSCS454 Audio CODEC 2 2 3 Required Properties: 3 Required Properties: 4 4 5 - compatible : "tempo,tscs454" 5 - compatible : "tempo,tscs454" 6 6 7 - reg : <0x69> 7 - reg : <0x69> 8 8 9 - clock-names: Must one of the follo 9 - clock-names: Must one of the following "xtal", "mclk1", "mclk2" 10 10 11 - clocks: phandle of the clock t 11 - clocks: phandle of the clock that provides the codec sysclk 12 12 13 Note: If clock is not provided then bi 13 Note: If clock is not provided then bit clock is assumed 14 14 15 Example: 15 Example: 16 16 17 redwood: codec@69 { 17 redwood: codec@69 { 18 #sound-dai-cells = <1>; 18 #sound-dai-cells = <1>; 19 compatible = "tempo,tscs454"; 19 compatible = "tempo,tscs454"; 20 reg = <0x69>; 20 reg = <0x69>; 21 clock-names = "mclk1"; 21 clock-names = "mclk1"; 22 clocks = <&audio_mclk>; 22 clocks = <&audio_mclk>; 23 }; 23 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.