2018-11-29 23:13:53 +00:00
|
|
|
#include "mt7621.dtsi"
|
|
|
|
|
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "mtc,wr1201", "mediatek,mt7621-soc";
|
|
|
|
model = "MTC Wireless Router WR1201";
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
led-boot = &led_power;
|
|
|
|
led-failsafe = &led_power;
|
|
|
|
led-running = &led_power;
|
|
|
|
led-upgrade = &led_power;
|
2020-03-18 15:38:58 +00:00
|
|
|
label-mac-device = &gmac0;
|
2018-11-29 23:13:53 +00:00
|
|
|
};
|
|
|
|
|
2018-12-30 11:42:53 +00:00
|
|
|
leds {
|
2018-11-29 23:13:53 +00:00
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
|
|
led_power: power {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "green:power";
|
2020-03-03 21:22:24 +00:00
|
|
|
gpios = <&gpio 24 GPIO_ACTIVE_LOW>;
|
2018-11-29 23:13:53 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
usb {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "green:usb";
|
2020-03-03 21:22:24 +00:00
|
|
|
gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
|
2018-11-29 23:13:53 +00:00
|
|
|
trigger-sources = <&xhci_ehci_port1>, <&ehci_port2>;
|
|
|
|
linux,default-trigger = "usbport";
|
|
|
|
};
|
|
|
|
|
|
|
|
eth_link {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "green:eth_link";
|
2020-03-03 21:22:24 +00:00
|
|
|
gpios = <&gpio 26 GPIO_ACTIVE_LOW>;
|
2018-11-29 23:13:53 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
wps {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "green:wps";
|
2020-03-03 21:22:24 +00:00
|
|
|
gpios = <&gpio 23 GPIO_ACTIVE_LOW>;
|
2018-11-29 23:13:53 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-12-30 11:17:25 +00:00
|
|
|
keys {
|
2019-09-20 12:03:02 +00:00
|
|
|
compatible = "gpio-keys";
|
2018-11-29 23:13:53 +00:00
|
|
|
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
2020-03-03 21:22:24 +00:00
|
|
|
gpios = <&gpio 25 GPIO_ACTIVE_LOW>;
|
2018-11-29 23:13:53 +00:00
|
|
|
linux,code = <KEY_RESTART>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&spi0 {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
flash@0 {
|
|
|
|
compatible = "jedec,spi-nor";
|
|
|
|
reg = <0>;
|
|
|
|
spi-max-frequency = <10000000>;
|
|
|
|
|
|
|
|
partitions {
|
|
|
|
compatible = "fixed-partitions";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
partition@0 {
|
|
|
|
label = "Bootloader";
|
|
|
|
reg = <0x0 0x30000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@30000 {
|
|
|
|
label = "Config";
|
|
|
|
reg = <0x30000 0x10000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
factory: partition@40000 {
|
2019-07-11 21:39:10 +00:00
|
|
|
label = "factory";
|
2018-11-29 23:13:53 +00:00
|
|
|
reg = <0x40000 0x10000>;
|
|
|
|
read-only;
|
2023-10-02 02:12:02 +00:00
|
|
|
|
2023-11-07 23:55:58 +00:00
|
|
|
nvmem-layout {
|
|
|
|
compatible = "fixed-layout";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2023-10-02 02:12:02 +00:00
|
|
|
|
2023-11-07 23:55:58 +00:00
|
|
|
eeprom_factory_0: eeprom@0 {
|
|
|
|
reg = <0x0 0x200>;
|
|
|
|
};
|
|
|
|
|
|
|
|
eeprom_factory_8000: eeprom@8000 {
|
|
|
|
reg = <0x8000 0x200>;
|
|
|
|
};
|
2023-10-02 02:12:02 +00:00
|
|
|
|
2023-11-07 23:55:58 +00:00
|
|
|
macaddr_factory_4: macaddr@4 {
|
2023-11-08 03:39:00 +00:00
|
|
|
compatible = "mac-base";
|
2023-11-07 23:55:58 +00:00
|
|
|
reg = <0x4 0x6>;
|
2023-11-08 03:39:00 +00:00
|
|
|
#nvmem-cell-cells = <1>;
|
2023-11-07 23:55:58 +00:00
|
|
|
};
|
2023-10-02 02:12:02 +00:00
|
|
|
};
|
2018-11-29 23:13:53 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
partition@50000 {
|
|
|
|
compatible = "denx,uimage";
|
|
|
|
label = "firmware";
|
|
|
|
reg = <0x50000 0xfa0000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@ff0000 {
|
|
|
|
label = "Second_Config";
|
|
|
|
reg = <0xff0000 0x10000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-02-14 07:00:40 +00:00
|
|
|
ðernet {
|
|
|
|
pinctrl-0 = <&mdio_pins>, <&rgmii1_pins>;
|
|
|
|
};
|
|
|
|
|
2020-03-18 15:38:58 +00:00
|
|
|
&gmac0 {
|
2023-11-08 03:39:00 +00:00
|
|
|
nvmem-cells = <&macaddr_factory_4 0>;
|
2021-04-02 21:50:02 +00:00
|
|
|
nvmem-cell-names = "mac-address";
|
2018-11-29 23:13:53 +00:00
|
|
|
};
|
|
|
|
|
2020-03-18 15:38:58 +00:00
|
|
|
&switch0 {
|
|
|
|
ports {
|
|
|
|
port@0 {
|
|
|
|
status = "okay";
|
2020-04-01 08:01:20 +00:00
|
|
|
label = "lan4";
|
2020-03-18 15:38:58 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
port@1 {
|
|
|
|
status = "okay";
|
2020-04-01 08:01:20 +00:00
|
|
|
label = "lan3";
|
2020-03-18 15:38:58 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
port@2 {
|
|
|
|
status = "okay";
|
2020-04-01 08:01:20 +00:00
|
|
|
label = "lan2";
|
2020-03-18 15:38:58 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
port@3 {
|
|
|
|
status = "okay";
|
2020-04-01 08:01:20 +00:00
|
|
|
label = "lan1";
|
2020-03-18 15:38:58 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
port@4 {
|
|
|
|
status = "okay";
|
|
|
|
label = "wan";
|
2023-11-08 03:39:00 +00:00
|
|
|
nvmem-cells = <&macaddr_factory_4 1>;
|
2021-04-02 21:50:02 +00:00
|
|
|
nvmem-cell-names = "mac-address";
|
2020-03-18 15:38:58 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-11-29 23:13:53 +00:00
|
|
|
&sdhci {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&pcie {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&pcie0 {
|
|
|
|
wifi@0,0 {
|
|
|
|
reg = <0x0000 0 0 0 0>;
|
|
|
|
ieee80211-freq-limit = <5000000 6000000>;
|
2023-10-02 02:12:02 +00:00
|
|
|
nvmem-cells = <&eeprom_factory_8000>;
|
|
|
|
nvmem-cell-names = "eeprom";
|
2018-11-29 23:13:53 +00:00
|
|
|
|
|
|
|
led {
|
|
|
|
led-sources = <2>;
|
|
|
|
led-active-low;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&pcie1 {
|
|
|
|
wifi@0,0 {
|
|
|
|
reg = <0x0000 0 0 0 0>;
|
|
|
|
ieee80211-freq-limit = <2400000 2500000>;
|
2023-10-02 02:12:02 +00:00
|
|
|
nvmem-cells = <&eeprom_factory_0>;
|
|
|
|
nvmem-cell-names = "eeprom";
|
2018-11-29 23:13:53 +00:00
|
|
|
|
|
|
|
led {
|
|
|
|
led-sources = <2>;
|
|
|
|
led-active-low;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2019-12-22 20:26:01 +00:00
|
|
|
&state_default {
|
|
|
|
gpio {
|
2020-03-13 13:27:03 +00:00
|
|
|
groups = "rgmii2";
|
|
|
|
function = "gpio";
|
2018-11-29 23:13:53 +00:00
|
|
|
};
|
|
|
|
};
|