dt-bindings: Add device-tree bindings for rtc6226 driver

Add Documentation file for rtc6226 radio driver.

CRs-Fixed: 2512863
Change-Id: I955de6f8b35dee705016121ce1580fbb6af074ea
This commit is contained in:
himta ram
2019-08-29 11:26:37 +05:30
parent 2894fe9207
commit 8b0e755b81

View File

@@ -0,0 +1,13 @@
Richwave FM radio device
-FM RX playback with RDS
FM signal is demodulated then audio L/R samples are sent to external audio codec.
FM Rx RDS data received sent to host processor on I2C.
Required Properties:
- compatible: "rtc6226"
Example:
rtc6226 {
compatible = "rtc6226";
};