aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7620a_phicomm_k2-v22.5.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/mt7620a_phicomm_k2-v22.5.dts')
-rw-r--r--target/linux/ramips/dts/mt7620a_phicomm_k2-v22.5.dts29
1 files changed, 29 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7620a_phicomm_k2-v22.5.dts b/target/linux/ramips/dts/mt7620a_phicomm_k2-v22.5.dts
new file mode 100644
index 0000000000..2a682872c6
--- /dev/null
+++ b/target/linux/ramips/dts/mt7620a_phicomm_k2-v22.5.dts
@@ -0,0 +1,29 @@
+#include "mt7620a_phicomm_k2x.dtsi"
+
+/ {
+ compatible = "phicomm,k2-v22.5", "ralink,mt7620a-soc";
+ model = "Phicomm K2 v22.5 or newer";
+};
+
+&partitions {
+ partition@50000 {
+ label = "permanent_config";
+ reg = <0x50000 0x50000>;
+ read-only;
+ };
+
+ partition@a0000 {
+ compatible = "denx,uimage";
+ label = "firmware";
+ reg = <0xa0000 0x760000>;
+ };
+};
+
+&ethernet {
+ mediatek,portmap = "llllw";
+};
+
+&wmac {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pa_pins>;
+};