aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7620a_phicomm_k2-v22.5.dts
blob: cf9d0b290ca27bc8ddf68a6194fd76f27a37b2a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#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", "pa_gpio";
	pinctrl-0 = <&pa_pins>;
	pinctrl-1 = <&pa_gpio_pins>;
};