···1313- clock-names: should contain followings:1414 - "apb": the parent APB clock for this controller1515 - "codec": the parent module clock1616-- routing : A list of the connections between audio components. Each1717- entry is a pair of strings, the first being the connection's sink,1818- the second being the connection's source.1919-20162117Example:2218codec: codec@01c22c00 {···2428 clock-names = "apb", "codec";2529 dmas = <&dma 0 19>, <&dma 0 19>;2630 dma-names = "rx", "tx";2727- routing = "Headphone Jack", "HP Right",2828- "Headphone Jack", "HP Left";2931};