2018-12-23 11:12:56 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2018-08-18 23:05:15 +00:00
|
|
|
|
|
|
|
#include "mt7621.dtsi"
|
|
|
|
|
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
|
|
|
|
/ {
|
|
|
|
aliases {
|
2018-08-28 04:54:27 +00:00
|
|
|
led-boot = &led_power_green;
|
|
|
|
led-failsafe = &led_power_green;
|
|
|
|
led-running = &led_power_green;
|
|
|
|
led-upgrade = &led_power_green;
|
2020-05-16 06:14:18 +00:00
|
|
|
label-mac-device = &wan;
|
2018-08-18 23:05:15 +00:00
|
|
|
};
|
|
|
|
|
2018-12-30 11:42:53 +00:00
|
|
|
leds {
|
2018-08-18 23:05:15 +00:00
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
|
|
led_power_green: power_green {
|
|
|
|
label = "wrc-gst:green:power";
|
2020-03-03 21:22:24 +00:00
|
|
|
gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
|
2018-08-18 23:05:15 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
power_blue {
|
|
|
|
label = "wrc-gst:blue:power";
|
2020-03-03 21:22:24 +00:00
|
|
|
gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
|
2018-08-18 23:05:15 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
wps {
|
|
|
|
label = "wrc-gst:red:wps";
|
2020-03-03 21:22:24 +00:00
|
|
|
gpios = <&gpio 15 GPIO_ACTIVE_HIGH>;
|
2018-08-18 23:05:15 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
power_red {
|
|
|
|
label = "wrc-gst:red:power";
|
2020-03-03 21:22:24 +00:00
|
|
|
gpios = <&gpio 16 GPIO_ACTIVE_HIGH>;
|
2018-08-18 23:05:15 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-12-30 11:17:25 +00:00
|
|
|
keys {
|
2019-09-20 12:03:02 +00:00
|
|
|
compatible = "gpio-keys";
|
2018-08-18 23:05:15 +00:00
|
|
|
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
2020-03-03 21:22:24 +00:00
|
|
|
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
2018-08-18 23:05:15 +00:00
|
|
|
linux,code = <KEY_RESTART>;
|
|
|
|
};
|
|
|
|
|
|
|
|
wps {
|
|
|
|
label = "wps";
|
2020-03-03 21:22:24 +00:00
|
|
|
gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
|
2018-08-18 23:05:15 +00:00
|
|
|
linux,code = <KEY_WPS_BUTTON>;
|
|
|
|
};
|
|
|
|
|
|
|
|
client {
|
|
|
|
label = "client";
|
2020-03-03 21:22:24 +00:00
|
|
|
gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
|
2018-08-18 23:05:15 +00:00
|
|
|
linux,code = <BTN_0>;
|
|
|
|
linux,input-type = <EV_SW>;
|
|
|
|
};
|
|
|
|
|
|
|
|
ap {
|
|
|
|
label = "ap";
|
2020-03-03 21:22:24 +00:00
|
|
|
gpios = <&gpio 42 GPIO_ACTIVE_LOW>;
|
2018-08-18 23:05:15 +00:00
|
|
|
linux,code = <BTN_0>;
|
|
|
|
linux,input-type = <EV_SW>;
|
|
|
|
};
|
|
|
|
|
|
|
|
extender {
|
|
|
|
label = "extender";
|
2020-03-03 21:22:24 +00:00
|
|
|
gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
|
2018-08-18 23:05:15 +00:00
|
|
|
linux,code = <BTN_0>;
|
|
|
|
linux,input-type = <EV_SW>;
|
|
|
|
};
|
|
|
|
|
|
|
|
router {
|
|
|
|
label = "router";
|
2020-03-03 21:22:24 +00:00
|
|
|
gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
|
2018-08-18 23:05:15 +00:00
|
|
|
linux,code = <BTN_0>;
|
|
|
|
linux,input-type = <EV_SW>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-03-18 15:38:58 +00:00
|
|
|
&gmac0 {
|
2018-08-18 23:05:15 +00:00
|
|
|
mtd-mac-address = <&factory 0xe000>;
|
|
|
|
};
|
|
|
|
|
2020-03-18 15:38:58 +00:00
|
|
|
&switch0 {
|
|
|
|
ports {
|
2020-05-16 06:14:18 +00:00
|
|
|
wan: port@0 {
|
2020-03-18 15:38:58 +00:00
|
|
|
status = "okay";
|
|
|
|
label = "wan";
|
|
|
|
mtd-mac-address = <&factory 0xe006>;
|
|
|
|
};
|
|
|
|
|
|
|
|
port@1 {
|
|
|
|
status = "okay";
|
|
|
|
label = "lan4";
|
|
|
|
};
|
|
|
|
|
|
|
|
port@2 {
|
|
|
|
status = "okay";
|
|
|
|
label = "lan3";
|
|
|
|
};
|
|
|
|
|
|
|
|
port@3 {
|
|
|
|
status = "okay";
|
|
|
|
label = "lan2";
|
|
|
|
};
|
|
|
|
|
|
|
|
port@4 {
|
|
|
|
status = "okay";
|
|
|
|
label = "lan1";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-08-18 23:05:15 +00:00
|
|
|
&spi0 {
|
|
|
|
status = "okay";
|
|
|
|
|
2020-05-07 14:15:27 +00:00
|
|
|
flash@0 {
|
2018-08-18 23:05:15 +00:00
|
|
|
compatible = "jedec,spi-nor";
|
|
|
|
reg = <0>;
|
2020-05-16 06:14:18 +00:00
|
|
|
spi-max-frequency = <40000000>;
|
2018-08-18 23:05:15 +00:00
|
|
|
|
2020-05-16 08:39:26 +00:00
|
|
|
partitions: partitions {
|
2018-08-18 23:05:15 +00:00
|
|
|
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;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2019-12-22 20:26:01 +00:00
|
|
|
&state_default {
|
|
|
|
gpio {
|
2020-03-13 13:27:03 +00:00
|
|
|
groups = "uart3", "jtag", "wdt", "sdhci";
|
|
|
|
function = "gpio";
|
2018-08-18 23:05:15 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&pcie {
|
|
|
|
status = "okay";
|
2019-06-25 13:20:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pcie0 {
|
|
|
|
wifi@0,0 {
|
|
|
|
compatible = "mediatek,mt76";
|
|
|
|
reg = <0x0000 0 0 0 0>;
|
|
|
|
mediatek,mtd-eeprom = <&factory 0x0000>;
|
|
|
|
ieee80211-freq-limit = <2400000 2500000>;
|
|
|
|
|
|
|
|
led {
|
|
|
|
led-sources = <0>;
|
|
|
|
led-active-low;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&pcie1 {
|
|
|
|
wifi@0,0 {
|
|
|
|
compatible = "mediatek,mt76";
|
|
|
|
reg = <0x0000 0 0 0 0>;
|
|
|
|
mediatek,mtd-eeprom = <&factory 0x8000>;
|
|
|
|
ieee80211-freq-limit = <5000000 6000000>;
|
|
|
|
|
|
|
|
led {
|
|
|
|
led-sources = <0>;
|
|
|
|
led-active-low;
|
|
|
|
};
|
|
|
|
};
|
2018-08-18 23:05:15 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&xhci {
|
|
|
|
status = "disabled";
|
|
|
|
};
|