arm64: dts: fsl-ls1028a-kontron-sl28: add rtc0 alias

For completeness, add the rtc0 alias.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Michael Walle
2021-03-23 16:07:57 +01:00
committed by Shawn Guo
parent c75dc98b58
commit 51c8eaa1b7

View File

@@ -25,6 +25,7 @@ aliases {
spi1 = &dspi2;
mmc0 = &esdhc1;
mmc1 = &esdhc;
rtc0 = &rtc;
rtc1 = &ftm_alarm0;
};
@@ -178,7 +179,7 @@ &gpio2 {
&i2c0 {
status = "okay";
rtc@32 {
rtc: rtc@32 {
compatible = "microcrystal,rv8803";
reg = <0x32>;
};