23 lines · plain
1AK4118 S/PDIF transceiver2 3This device supports I2C mode.4 5Required properties:6 7- compatible : "asahi-kasei,ak4118"8- reg : The I2C address of the device for I2C9- reset-gpios: A GPIO specifier for the reset pin10- irq-gpios: A GPIO specifier for the IRQ pin11 12Example:13 14&i2c {15 ak4118: ak4118@13 {16 #sound-dai-cells = <0>;17 compatible = "asahi-kasei,ak4118";18 reg = <0x13>;19 reset-gpios = <&gpio 0 GPIO_ACTIVE_LOW>20 irq-gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;21 };22};23