treewide: fix MERCUSYS brand spelling
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7620a_phicomm_k2g.dts
1 #include "mt7620a_phicomm_k2x.dtsi"
2
3 / {
4 compatible = "phicomm,k2g", "ralink,mt7620a-soc";
5 model = "Phicomm K2G";
6 };
7
8 &partitions {
9 partition@50000 {
10 reg = <0x50000 0x50000>;
11 label = "permanent_config";
12 read-only;
13 };
14
15 partition@a0000 {
16 compatible = "denx,uimage";
17 reg = <0xa0000 0x760000>;
18 label = "firmware";
19 };
20 };
21
22 &ethernet {
23 pinctrl-names = "default";
24 pinctrl-0 = <&rgmii2_pins &mdio_pins>;
25
26 mediatek,portmap = "llllw";
27
28 port@5 {
29 status = "okay";
30 phy-handle = <&phy5>;
31 phy-mode = "rgmii";
32 };
33
34 mdio-bus {
35 status = "okay";
36
37 phy5: ethernet-phy@5 {
38 reg = <5>;
39 phy-mode = "rgmii";
40 };
41 };
42 };
43
44 &wmac {
45 pinctrl-names = "default", "pa_gpio";
46 pinctrl-0 = <&pa_pins>;
47 pinctrl-1 = <&pa_gpio_pins>;
48 };