5 - compatible : should be one of the following.
7 - reg : physical base address of the controller and length of memory mapped
9 - clocks : Pairs of phandle and specifier referencing the controller's clocks.
10 - clock-names: "wclk" for the wclk.
12 -#clock-cells: should be 1.
13 - zte,tdm-dma-sysctrl : Reference to the sysctrl controller controlling
16 register offset in sysctrl for control dma.
17 mask of the register that be written to sysctrl.
22 compatible = "zte,zx296718-tdm";
23 reg = <0x01487000 0x1000>;
24 clocks = <&audiocrm AUDIO_TDM_WCLK>, <&audiocrm AUDIO_TDM_PCLK>;
25 clock-names = "wclk", "pclk";
27 pinctrl-names = "default";
28 pinctrl-0 = <&tdm_global_pin>;
29 zte,tdm-dma-sysctrl = <&sysctrl 0x10c 4>;