wm8510.txt 325 B

123456789101112131415161718
  1. WM8510 audio CODEC
  2. This device supports both I2C and SPI (configured with pin strapping
  3. on the board).
  4. Required properties:
  5. - compatible : "wlf,wm8510"
  6. - reg : the I2C address of the device for I2C, the chip select
  7. number for SPI.
  8. Example:
  9. codec: wm8510@1a {
  10. compatible = "wlf,wm8510";
  11. reg = <0x1a>;
  12. };