2020-09-22 18:49:55 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
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;
|
2022-07-05 22:20:32 +00:00
|
|
|
label-mac-device = &gmac1;
|
2018-08-18 23:05:15 +00:00
|
|
|
};
|
|
|
|
|
2020-11-28 09:41:12 +00:00
|
|
|
leds: leds {
|
2018-08-18 23:05:15 +00:00
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
|
|
led_power_green: power_green {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "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 {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "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 {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "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 {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "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>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-07-05 22:20:32 +00:00
|
|
|
&gmac1 {
|
|
|
|
status = "okay";
|
|
|
|
label = "wan";
|
|
|
|
phy-handle = <ðphy0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&mdio {
|
|
|
|
ethphy0: ethernet-phy@0 {
|
|
|
|
reg = <0>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-03-18 15:38:58 +00:00
|
|
|
&switch0 {
|
|
|
|
ports {
|
|
|
|
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 {
|
2023-10-02 02:12:02 +00:00
|
|
|
compatible = "nvmem-cells";
|
2018-08-18 23:05:15 +00:00
|
|
|
label = "factory";
|
|
|
|
reg = <0x40000 0x10000>;
|
2023-10-02 02:12:02 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2018-08-18 23:05:15 +00:00
|
|
|
read-only;
|
2023-10-02 02:12:02 +00:00
|
|
|
|
|
|
|
eeprom_factory_0: eeprom@0 {
|
|
|
|
reg = <0x0 0x4da8>;
|
|
|
|
};
|
|
|
|
|
|
|
|
eeprom_factory_8000: eeprom@8000 {
|
|
|
|
reg = <0x8000 0x4da8>;
|
|
|
|
};
|
2018-08-18 23:05:15 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&pcie {
|
|
|
|
status = "okay";
|
2019-06-25 13:20:44 +00:00
|
|
|
};
|
|
|
|
|
2018-08-18 23:05:15 +00:00
|
|
|
&xhci {
|
|
|
|
status = "disabled";
|
|
|
|
};
|