--- /dev/null
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+
+#include "qca9563_tplink_re450.dtsi"
+
+/ {
+ compatible = "tplink,re455-v1", "qca,qca9563";
+ model = "TP-Link RE455 v1";
+};
+
+&partitions {
+ partition@0 {
+ label = "u-boot";
+ reg = <0x000000 0x020000>;
+ read-only;
+ };
+
+ info: partition@20000 {
+ label = "info";
+ reg = <0x020000 0x002000>;
+ read-only;
+ };
+
+ partition@22000 {
+ label = "partition-table";
+ reg = <0x022000 0x002000>;
+ read-only;
+ };
+
+ partition@24000 {
+ label = "info2";
+ reg = <0x024000 0x00a000>;
+ read-only;
+ };
+
+ partition@2e000 {
+ label = "config";
+ reg = <0x02e000 0x022000>;
+ read-only;
+ };
+
+ partition@50000 {
+ compatible = "tplink,firmware";
+ label = "firmware";
+ reg = <0x050000 0x7a0000>;
+ };
+
+ art: partition@7f0000 {
+ label = "art";
+ reg = <0x7f0000 0x010000>;
+ read-only;
+ };
+};
.last_sysupgrade_partition = "file-system"
},
+ /** Firmware layout for the RE455 v1 */
+ {
+ .id = "RE455-V1",
+ .vendor = "",
+ .support_list =
+ "SupportList:\r\n"
+ "{product_name:RE455,product_ver:1.0.0,special_id:00000000}\r\n"
+ "{product_name:RE455,product_ver:1.0.0,special_id:55530000}\r\n"
+ "{product_name:RE455,product_ver:1.0.0,special_id:45550000}\r\n"
+ "{product_name:RE455,product_ver:1.0.0,special_id:4A500000}\r\n"
+ "{product_name:RE455,product_ver:1.0.0,special_id:43410000}\r\n"
+ "{product_name:RE455,product_ver:1.0.0,special_id:41550000}\r\n"
+ "{product_name:RE455,product_ver:1.0.0,special_id:41530000}\r\n"
+ "{product_name:RE455,product_ver:1.0.0,special_id:4B520000}\r\n"
+ "{product_name:RE455,product_ver:1.0.0,special_id:42520000}\r\n",
+ .part_trail = 0x00,
+ .soft_ver = NULL,
+
+ /* We're using a dynamic kernel/rootfs split here */
+ .partitions = {
+ {"fs-uboot", 0x00000, 0x20000},
+ {"default-mac", 0x20000, 0x00020},
+ {"pin", 0x20020, 0x00020},
+ {"product-info", 0x21000, 0x01000},
+ {"partition-table", 0x22000, 0x02000},
+ {"soft-version", 0x24000, 0x01000},
+ {"support-list", 0x25000, 0x01000},
+ {"profile", 0x26000, 0x08000},
+ {"user-config", 0x2e000, 0x10000},
+ {"default-config", 0x3e000, 0x10000},
+ {"config-info", 0x4e000, 0x00400},
+ {"firmware", 0x50000, 0x7a0000},
+ {"radio", 0x7f0000, 0x10000},
+ {NULL, 0, 0}
+ },
+
+ .first_sysupgrade_partition = "os-image",
+ .last_sysupgrade_partition = "file-system"
+ },
+
/** Firmware layout for the RE500 */
{
.id = "RE500-V1",