Merge "Add support for RTC6226 FM" into bt-kernel.lnx.15.0.r1-rel

This commit is contained in:
Linux Build Service Account
2024-11-27 04:06:46 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 30 additions and 0 deletions

View File

@@ -88,6 +88,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>;
};
};