hc
2023-10-25 6c2073b7aa40e29d0eca7d571dd7bc590c7ecaa7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TSCS454 Audio CODEC
 
Required Properties:
 
   - compatible :    "tempo,tscs454"
 
   - reg :     <0x69>
 
   - clock-names:    Must one of  the following "xtal", "mclk1", "mclk2"
 
   - clocks:    phandle of the clock that provides the codec sysclk
 
   Note: If clock is not provided then bit clock is assumed
 
Example:
 
redwood: codec@69 {
   #sound-dai-cells = <1>;
   compatible = "tempo,tscs454";
   reg = <0x69>;
   clock-names = "mclk1";
   clocks = <&audio_mclk>;
};