diff --git a/partitions.csv b/partitions.csv
new file mode 100644
index 0000000000000000000000000000000000000000..dc3330bb6a89e18d9d95c0dc5e675bb996fa838a
--- /dev/null
+++ b/partitions.csv
@@ -0,0 +1,7 @@
+# Notes: the offset of the partition table itself is set in
+# $IDF_PATH/components/partition_table/Kconfig.projbuild.
+# Name,   Type, SubType, Offset,   Size, Flags
+nvs,      data, nvs,     0x9000,   0x6000,
+phy_init, data, phy,     0xf000,   0x1000,
+factory,  app,  factory, 0x10000,  0x1F0000,
+wad,      66,   6,       0x200000, 0x410000,