Add support for RTC6226 FM

Added support for RTC6226 FM functionality.

CRs-Fixed: 3978334
Change-Id: I547944b5fef31cff6fa70b1be1e9a49bb736af82
Signed-off-by: Satish Kumar Kodishala <quic_skodisha@quicinc.com>
(cherry picked from commit 1f9f3bb527)
This commit is contained in:
Satish Kumar Kodishala
2024-11-19 19:33:41 +05:30
committed by Vishvanath Singh
parent 444d79e2b3
commit b449557025
2 changed files with 30 additions and 0 deletions

View File

@@ -71,6 +71,21 @@
};
};
// FM changes
&qupv3_se5_i2c {
status = "ok";
nq@64 {
compatible = "rtc6226";
reg = <0x64>;
fmint-gpio = <&tlmm 29 0>;
vdd-supply = <&L18B>;
rtc6226,vdd-supply-voltage = <2800000 2800000>;
rtc6226,vdd-load = <15000>;
vio-supply = <&S1B>;
rtc6226,vio-supply-voltage = <1856000 1856000>;
};
};
//uart instance
&qupv3_se14_4uart {
status = "ok";

View File

@@ -82,3 +82,18 @@
&qupv3_se14_4uart {
status = "ok";
};
// FM changes
&qupv3_se5_i2c {
status = "ok";
nq@64 {
compatible = "rtc6226";
reg = <0x64>;
fmint-gpio = <&tlmm 29 0>;
vdd-supply = <&L18B>;
rtc6226,vdd-supply-voltage = <2800000 2800000>;
rtc6226,vdd-load = <15000>;
vio-supply = <&S1B>;
rtc6226,vio-supply-voltage = <1856000 1856000>;
};
};