Part Number: AM5728
Tool/software: Linux
I added the RTC to DTS file since DS3231 RTC is connected to i2c1 port.
The problem is that DSP doesn’t work when I add the RTC.
The attached log as “DSP_LOG_NORMAL.TXT” is DSP log working normally but I can’t find any logs on DSP when I add the RTC.
On the file as “am57xx-idk-common.dtsi“, DSP doesn’t work when I add below to i2c1.
/* sootoo23-171201: i2c1 DS3231 RTC Add (Pinmux Define in u-boot)*/
ds3231_rtc: ds3231_rtc@68 {
compatible = "dallas,ds3231";
reg = <0x68>;
};
I think that there is no link between the RTC and DSP so don’t know why DSP doesn’t work.
FYI, there is no source code related to the RTC on DSP.
<DSP_LOG_NORMAL.TXT>
<ARM_LOG_RTCREMOVE.TXT>
<ARM_LOG_RTCADD.TXT>
<am57xx-idk-common.dtsi>
<dra7-evm.dts>