Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a40a80c9 authored by phaneendra Reddy's avatar phaneendra Reddy Committed by Gerrit - the friendly Code Review server
Browse files

dt-bindings: radio: Add compatible string for radio iris driver

This change add compatible string information for radio
iris driver.

Change-Id: Ie70bbecea9fc498c88e2ec39be76f22c312a2062
parent f1dc360d
Loading
Loading
Loading
Loading

bindings/bt-fm/fm.txt

0 → 100644
+29 −0
Original line number Diff line number Diff line
Qti radio iris device

-FM RX playback with no RDS

   FM samples is filtered by external RF chips at baseband, then send to Riva-FM core through serial link.
   FM signal is demodulated then audio L/R samples are stored inside memory.
   FM Rx received samples data is connected to external audio codec.

-Audio playback to FM TX

  Used to play audio source  to FM TX.
  FM TX module will read the audio samples from memory then modulated samples will be send through serial interface to external RF chip.

-RX playback with RDS

  FM Rx receive audio data along with RDS.

-FM TX with RDS

  Used to send RDS messages to external FM receiver.

Required Properties:
- compatible: "qcom,iris_fm"

Example:
        qcom,iris-fm {
                compatible = "qcom,iris_fm";
        };