df6154848a
Improve compatibility of the device tree include file. Now a new .dtsi file will support both PSG1218A, PSG1218B and K2G. Signed-off-by: Shiji Yang <yangshiji66@qq.com> [improve commit title, rebase] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
26 lines
421 B
Plaintext
26 lines
421 B
Plaintext
#include "mt7620a_phicomm_k2x.dtsi"
|
|
|
|
/ {
|
|
compatible = "phicomm,psg1218a", "phicomm,psg1218", "ralink,mt7620a-soc";
|
|
model = "Phicomm PSG1218 rev.A";
|
|
};
|
|
|
|
&partitions {
|
|
partition@50000 {
|
|
compatible = "denx,uimage";
|
|
label = "firmware";
|
|
reg = <0x50000 0x7b0000>;
|
|
};
|
|
};
|
|
|
|
ðernet {
|
|
mtd-mac-address = <&factory 0x28>;
|
|
|
|
mediatek,portmap = "llllw";
|
|
};
|
|
|
|
&wmac {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&pa_pins>;
|
|
};
|