When does the lede support the phicomm K2P

I have a phicomm K2P,can I flash lede firmware.

yes,but not 2.4&5G wifi

Firmware download:
https://lede-project.org/toh/views/toh_fwdownload?dataflt[Model*~]=k2p

target/linux/ramips/dts/K2P.dts
partition@50000 {
label = "permanent_config";
reg = <0x50000 0x50000>;
read-only;
};
Is not necessarily partition in LEDE, at phicomm firmware, that partition also empty once a new router uncover time. It should be removed.

--- a/target/linux/ramips/dts/K2P.dts
+++ b/target/linux/ramips/dts/K2P.dts
@@ -65,30 +65,21 @@
                partition@0 {
                        label = "u-boot";
                        reg = <0x0 0x30000>;
                       read-only;
                };

                partition@30000 {
                        label = "u-boot-env";
                        reg = <0x30000 0x10000>;
                       read-only;
                };

                factory: partition@40000 {
                        label = "factory";
                        reg = <0x40000 0x10000>;
                       read-only;
                };

                partition@50000 {
-                       label = "permanent_config";
-                       reg = <0x50000 0x50000>;
-                       read-only;
-               };
-
-               partition@a0000 {
                        label = "firmware";
-                       reg = <0xa0000 0xf60000>;
+                       reg = <0x50000 0xfb0000>;
                };
        };
 };