ARM: dts: aspeed: mowgli: Add i2c rtc device

This system uses a rx8900 compatible rtc device.

Signed-off-by: Ben Pai <Ben_Pai@wistron.com>
Link: https://lore.kernel.org/r/20210121073146.28217-1-Ben_Pai@wistron.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Ben Pai 2021-01-21 15:31:46 +08:00 committed by Joel Stanley
parent 99fa80c3de
commit 286a596da2

View File

@ -582,6 +582,11 @@
/* TMP275A */
/* TMP275A */
rtc@32 {
compatible = "epson,rx8900";
reg = <0x32>;
};
tmp275@48 {
compatible = "ti,tmp275";
reg = <0x48>;