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