rockchip,rk3399-gru-sound.txt 678 B

12345678910111213141516171819202122
  1. ROCKCHIP with MAX98357A/RT5514/DA7219 codecs on GRU boards
  2. Required properties:
  3. - compatible: "rockchip,rk3399-gru-sound"
  4. - rockchip,cpu: The phandle of the Rockchip I2S controller that's
  5. connected to the codecs
  6. - rockchip,codec: The phandle of the audio codecs
  7. Optional properties:
  8. - dmic-wakeup-delay-ms : specify delay time (ms) for DMIC ready.
  9. If this option is specified, which means it's required dmic need
  10. delay for DMIC to ready so that rt5514 can avoid recording before
  11. DMIC send valid data
  12. Example:
  13. sound {
  14. compatible = "rockchip,rk3399-gru-sound";
  15. rockchip,cpu = <&i2s0>;
  16. rockchip,codec = <&max98357a &rt5514 &da7219>;
  17. dmic-wakeup-delay-ms = <20>;
  18. };