Merge branch 'master' of git://git.denx.de/u-boot
[oweals/u-boot.git] / arch / arm / dts / imx53-ppd-uboot.dtsi
index 88dd7e29393c381914e98739e0cac8aa7e277c32..d38a1bc264c914c8691c656f9183a8f58cdb0053 100644 (file)
@@ -9,4 +9,50 @@
                compatible = "wdt-reboot";
                wdt = <&wdog1>;
        };
+
+       bootcount {
+               compatible = "u-boot,bootcount-i2c-eeprom";
+               i2c-eeprom = <&bootcount>;
+       };
+
+       panel-lvds0 {
+               compatible = "simple-panel";
+               backlight = <&pwm_bl>;
+       };
+};
+
+&eeprom {
+       partitions {
+               compatible = "fixed-partitions";
+
+               vpd {
+                       offset = <0>;
+                       size = <1022>;
+               };
+
+               bootcount: bootcount {
+                       offset = <1022>;
+                       size = <2>;
+               };
+       };
+};
+
+&gpio1 {
+       u-boot,dm-pre-reloc;
+};
+
+&gpio2 {
+       u-boot,dm-pre-reloc;
+};
+
+&gpio3 {
+       u-boot,dm-pre-reloc;
+};
+
+&gpio4 {
+       u-boot,dm-pre-reloc;
+};
+
+&gpio5 {
+       u-boot,dm-pre-reloc;
 };