18c2ecf20Sopenharmony_ciAK4118 S/PDIF transceiver
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciThis device supports I2C mode.
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ciRequired properties:
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci- compatible : "asahi-kasei,ak4118"
88c2ecf20Sopenharmony_ci- reg : The I2C address of the device for I2C
98c2ecf20Sopenharmony_ci- reset-gpios: A GPIO specifier for the reset pin
108c2ecf20Sopenharmony_ci- irq-gpios: A GPIO specifier for the IRQ pin
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciExample:
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci&i2c {
158c2ecf20Sopenharmony_ci	ak4118: ak4118@13 {
168c2ecf20Sopenharmony_ci		#sound-dai-cells = <0>;
178c2ecf20Sopenharmony_ci		compatible = "asahi-kasei,ak4118";
188c2ecf20Sopenharmony_ci		reg = <0x13>;
198c2ecf20Sopenharmony_ci		reset-gpios = <&gpio 0 GPIO_ACTIVE_LOW>
208c2ecf20Sopenharmony_ci		irq-gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
218c2ecf20Sopenharmony_ci	};
228c2ecf20Sopenharmony_ci};
23