ARM: dts: cm-t3x: add EEPROM support
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / omap3-cm-t3x.dtsi
index 3636fed56b6507e2a281b3a2187ce617fffbf7ca..3a98ce10169e51fdd65a33e94737edaf40a1ec61 100644 (file)
 
 &i2c1 {
        clock-frequency = <400000>;
+
+       at24@50 {
+               compatible = "at24,24c02";
+               pagesize = <16>;
+               reg = <0x50>;
+       };
 };
 
 &i2c3 {
        clock-frequency = <400000>;
 };
+
 &usbhshost {
        port1-mode = "ehci-phy";
        port2-mode = "ehci-phy";