···11+WM8804 audio CODEC22+33+This device supports both I2C and SPI (configured with pin strapping44+on the board).55+66+Required properties:77+88+ - compatible : "wlf,wm8804"99+1010+ - reg : the I2C address of the device for I2C, the chip select1111+ number for SPI.1212+1313+Example:1414+1515+codec: wm8804@1a {1616+ compatible = "wlf,wm8804";1717+ reg = <0x1a>;1818+};