18c2ecf20Sopenharmony_ciZTE ZX AUD96P22 Audio Codec
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci - compatible: Must be "zte,zx-aud96p22"
58c2ecf20Sopenharmony_ci - #sound-dai-cells: Should be 0
68c2ecf20Sopenharmony_ci - reg: I2C bus slave address of AUD96P22
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciExample:
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci	i2c0: i2c@1486000 {
118c2ecf20Sopenharmony_ci		compatible = "zte,zx296718-i2c";
128c2ecf20Sopenharmony_ci		reg = <0x01486000 0x1000>;
138c2ecf20Sopenharmony_ci		interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
148c2ecf20Sopenharmony_ci		#address-cells = <1>;
158c2ecf20Sopenharmony_ci		#size-cells = <0>;
168c2ecf20Sopenharmony_ci		clocks = <&audiocrm AUDIO_I2C0_WCLK>;
178c2ecf20Sopenharmony_ci		clock-frequency = <1600000>;
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci		aud96p22: codec@22 {
208c2ecf20Sopenharmony_ci			compatible = "zte,zx-aud96p22";
218c2ecf20Sopenharmony_ci			#sound-dai-cells = <0>;
228c2ecf20Sopenharmony_ci			reg = <0x22>;
238c2ecf20Sopenharmony_ci		};
248c2ecf20Sopenharmony_ci	};
25