ARM: dts: STi: STih407: Switch LPC mode from RTC to Clocksource
[deliverable/linux.git] / arch / arm / boot / dts / uniphier-proxstream2-gentil.dts
index 9d7ec5c204dd7d747e6065834a7d090a5ef91d11..bf2619e4d4892063b9e97e33345a23aa8ddb76e4 100644 (file)
@@ -63,6 +63,7 @@
                serial1 = &serial1;
                serial2 = &serial2;
                i2c0 = &i2c0;
+               i2c2 = &i2c2;
                i2c4 = &i2c4;
                i2c5 = &i2c5;
                i2c6 = &i2c6;
 
 &i2c0 {
        status = "okay";
+
+       eeprom@54 {
+               compatible = "st,24c64";
+               reg = <0x54>;
+       };
+};
+
+&i2c2 {
+       status = "okay";
 };
This page took 0.026193 seconds and 5 git commands to generate.