ak4613.txt 266 B

1234567891011121314151617
  1. AK4613 I2C transmitter
  2. This device supports I2C mode only.
  3. Required properties:
  4. - compatible : "asahi-kasei,ak4613"
  5. - reg : The chip select number on the I2C bus
  6. Example:
  7. &i2c {
  8. ak4613: ak4613@0x10 {
  9. compatible = "asahi-kasei,ak4613";
  10. reg = <0x10>;
  11. };
  12. };