Support for i2c rtc m41t81.

This commit is contained in:
Sorgelig
2017-09-17 04:16:09 +08:00
parent aa8afe1094
commit e40563ae19

View File

@@ -97,6 +97,14 @@
};
};
&i2c1 {
status = "okay";
rtc_at_68 {
compatible = "stm,m41t81";
reg = <0x68>;
};
};
&mmc0 {
vmmc-supply = <&regulator_3_3v>;
vqmmc-supply = <&regulator_3_3v>;