Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / arch / arm / dts / imx6q-bx50v3-uboot.dtsi
index 88dd7e2..2de3b85 100644 (file)
@@ -5,8 +5,33 @@
  */
 
 / {
+       bootcount {
+               compatible = "u-boot,bootcount-i2c-eeprom";
+               i2c-eeprom = <&bootcount>;
+       };
+
        wdt-reboot {
                compatible = "wdt-reboot";
                wdt = <&wdog1>;
        };
+
+       panel-lvds0 {
+               compatible = "simple-panel";
+       };
+};
+
+&eeprom {
+       partitions {
+               compatible = "fixed-partitions";
+               #address-cells = <1>;
+               #size-cells = <1>;
+
+               vpd@0 {
+                       reg = <0 800>;
+               };
+
+               bootcount: bootcount {
+                       reg = <1022 2>;
+               };
+       };
 };