]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/boot/dts/lpc4337-ciaa.dts
Merge tag 'omap-for-v4.5/81xx-dts-signed' of git://git.kernel.org/pub/scm/linux/kerne...
[karo-tx-linux.git] / arch / arm / boot / dts / lpc4337-ciaa.dts
index 5f500c1ad89c13ca2d9af175a4969f1d10d6569f..5cfadb06c8df2f8c0be10c47dddf0d50ff2e894f 100644 (file)
                };
        };
 
+       i2c0_pins: i2c0-pins {
+               i2c0_pins_cfg {
+                       pins = "i2c0_scl", "i2c0_sda";
+                       function = "i2c0";
+                       input-enable;
+               };
+       };
+
        ssp_pins: ssp-pins {
                ssp1_cs {
                        pins = "p6_7";
        clock-frequency = <50000000>;
 };
 
+&i2c0 {
+       status = "okay";
+       pinctrl-names = "default";
+       pinctrl-0 = <&i2c0_pins>;
+       clock-frequency = <400000>;
+
+       eeprom@50 {
+               compatible = "microchip,24c512";
+               reg = <0x50>;
+       };
+
+       eeprom@51 {
+               compatible = "microchip,24c02";
+               reg = <0x51>;
+       };
+
+       eeprom@54 {
+               compatible = "microchip,24c512";
+               reg = <0x54>;
+       };
+};
+
 &mac {
        status = "okay";
        phy-mode = "rmii";
        pinctrl-0 = <&enet_rmii_pins>;
 };
 
+&sct_pwm {
+       status = "okay";
+};
+
 &ssp1 {
        status = "okay";
        pinctrl-names = "default";