1/* Drive i2s peripheral from ACLK. */
2
3&clock {
4	hfclkaudio-frequency = <11289600>;
5};
6
7&i2s0 {
8	clock-source = "ACLK";
9};
10