lede/target/linux/ramips/dts/mt7621_hilink_hlk-7621a.dts
Chen Yijun 956d8303f3
Add Support for HLK-7621 Router Designed By Me (#9194)
* add support for hilink_hlk-7621a

* add dts of mt7621_hilink_hlk-7621a
2022-04-05 22:38:50 +08:00

113 lines
1.4 KiB
Plaintext

// SPDX-License-Identifier: GPL-2.0-or-later
/dts-v1/;
#include "mt7621.dtsi"
/ {
compatible = "hilink,hlk-7621a", "mediatek,mt7621-soc";
model = "HiLink HLK-7621A";
chosen {
bootargs = "console=ttyS0,57600";
};
};
&spi0 {
status = "okay";
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <44000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
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 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x50000 0x1fb0000>;
};
};
};
};
&switch0 {
ports {
port@0 {
status = "okay";
label = "lan1";
};
port@1 {
status = "okay";
label = "lan2";
};
port@2 {
status = "okay";
label = "lan3";
};
port@3 {
status = "okay";
label = "lan4";
};
port@4 {
status = "okay";
label = "wan";
};
};
};
&gmac0 {
mtd-mac-address = <&factory 0x8004>;
};
&state_default {
gpio {
groups = "rgmii2", "jtag";
function = "gpio";
};
};
&uartlite2 {
status = "okay";
};
&uartlite3 {
status = "okay";
};
&xhci {
status = "okay";
};
&sdhci {
status = "okay";
};
&i2c {
status = "okay";
};