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

Commit 2c984595 authored by Venkateshwarlu Domakonda's avatar Venkateshwarlu Domakonda
Browse files

Documentation: Add iris_fm device to device tree



Add device tree documentation for iris_fm platform
driver.

Change-Id: Ib85516214c0e5a4d3355fc41dae98958a192e827
Signed-off-by: default avatarVenkateshwarlu Domakonda <vdomak@codeaurora.org>
parent 57428314
Loading
Loading
Loading
Loading
+28 −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";
	};