aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx53-ppd-uboot.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/imx53-ppd-uboot.dtsi')
-rw-r--r--arch/arm/dts/imx53-ppd-uboot.dtsi16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/dts/imx53-ppd-uboot.dtsi b/arch/arm/dts/imx53-ppd-uboot.dtsi
index 88dd7e29393..99d409db359 100644
--- a/arch/arm/dts/imx53-ppd-uboot.dtsi
+++ b/arch/arm/dts/imx53-ppd-uboot.dtsi
@@ -10,3 +10,19 @@
wdt = <&wdog1>;
};
};
+
+&eeprom {
+ partitions {
+ compatible = "fixed-partitions";
+
+ vpd {
+ offset = <0>;
+ size = <1022>;
+ };
+
+ bootcount {
+ offset = <1022>;
+ size = <2>;
+ };
+ };
+};