1 * Amlogic Audio TDM formatters
4 - compatible: 'amlogic,axg-tdmin' or
5 'amlogic,axg-tdmout' or
6 'amlogic,g12a-tdmin' or
7 'amlogic,g12a-tdmout' or
10 - reg: physical base address of the controller and length of memory
12 - clocks: list of clock phandle, one for each entry clock-names.
13 - clock-names: should contain the following:
14 * "pclk" : peripheral clock.
16 * "sclk_sel" : bit clock input multiplexer.
17 * "lrclk" : sample clock
18 * "lrclk_sel": sample clock input multiplexer
21 - resets: phandle to the dedicated reset line of the tdm formatter.
23 Example of TDMOUT_A on the S905X2 SoC:
25 tdmout_a: audio-controller@500 {
26 compatible = "amlogic,axg-tdmout";
27 reg = <0x0 0x500 0x0 0x40>;
28 resets = <&clkc_audio AUD_RESET_TDMOUT_A>;
29 clocks = <&clkc_audio AUD_CLKID_TDMOUT_A>,
30 <&clkc_audio AUD_CLKID_TDMOUT_A_SCLK>,
31 <&clkc_audio AUD_CLKID_TDMOUT_A_SCLK_SEL>,
32 <&clkc_audio AUD_CLKID_TDMOUT_A_LRCLK>,
33 <&clkc_audio AUD_CLKID_TDMOUT_A_LRCLK>;
34 clock-names = "pclk", "sclk", "sclk_sel",