2018-08-26 19:11:59 +00:00
|
|
|
#include "mt7628an.dtsi"
|
|
|
|
|
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "tplink,tl-mr3020-v3", "mediatek,mt7628an-soc";
|
|
|
|
model = "TP-Link TL-MR3020 v3";
|
|
|
|
|
|
|
|
aliases {
|
2018-08-28 04:54:27 +00:00
|
|
|
led-boot = &led_power;
|
|
|
|
led-failsafe = &led_power;
|
|
|
|
led-running = &led_power;
|
|
|
|
led-upgrade = &led_power;
|
2021-08-27 23:34:08 +00:00
|
|
|
label-mac-device = ðernet;
|
2018-08-26 19:11:59 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttyS0,115200";
|
|
|
|
};
|
|
|
|
|
2018-12-30 11:17:25 +00:00
|
|
|
keys {
|
2019-09-20 12:03:02 +00:00
|
|
|
compatible = "gpio-keys";
|
2018-08-26 19:11:59 +00:00
|
|
|
|
|
|
|
wps {
|
|
|
|
label = "wps";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
|
2018-08-26 19:11:59 +00:00
|
|
|
linux,code = <KEY_WPS_BUTTON>;
|
|
|
|
};
|
|
|
|
|
|
|
|
modec1 {
|
|
|
|
label = "sw1";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
|
2018-08-26 19:11:59 +00:00
|
|
|
linux,code = <BTN_0>;
|
2021-08-19 21:31:41 +00:00
|
|
|
linux,input-type = <EV_SW>;
|
2018-08-26 19:11:59 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
modec2 {
|
|
|
|
label = "sw2";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 42 GPIO_ACTIVE_LOW>;
|
2018-08-26 19:11:59 +00:00
|
|
|
linux,code = <BTN_1>;
|
2021-08-19 21:31:41 +00:00
|
|
|
linux,input-type = <EV_SW>;
|
2018-08-26 19:11:59 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-12-30 11:42:53 +00:00
|
|
|
leds {
|
2018-08-26 19:11:59 +00:00
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
|
|
led_power: power {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "green:power";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
|
2018-08-26 19:11:59 +00:00
|
|
|
default-state = "on";
|
|
|
|
};
|
|
|
|
|
|
|
|
wan {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "green:3g";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
|
2018-08-13 15:14:08 +00:00
|
|
|
trigger-sources = <&ehci_port1>, <&ohci_port1>;
|
|
|
|
linux,default-trigger = "usbport";
|
2018-08-26 19:11:59 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
wlan {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "green:wlan";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
|
2020-01-29 14:03:18 +00:00
|
|
|
linux,default-trigger = "phy0tpt";
|
2018-08-26 19:11:59 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
wps {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "green:wps";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
|
2018-08-26 19:11:59 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
lan {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "green:lan";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
|
2018-08-26 19:11:59 +00:00
|
|
|
};
|
|
|
|
};
|
2022-02-25 09:41:12 +00:00
|
|
|
|
|
|
|
gpio_export {
|
|
|
|
compatible = "gpio-export";
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
usbpower {
|
|
|
|
gpio-export,name = "usbpower";
|
|
|
|
gpio-export,output = <1>;
|
|
|
|
gpios = <&gpio 39 GPIO_ACTIVE_HIGH>;
|
|
|
|
};
|
|
|
|
};
|
2018-08-26 19:11:59 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&spi0 {
|
|
|
|
status = "okay";
|
|
|
|
|
2020-05-07 14:15:27 +00:00
|
|
|
flash@0 {
|
2018-08-26 19:11:59 +00:00
|
|
|
compatible = "jedec,spi-nor";
|
|
|
|
reg = <0>;
|
2021-08-19 21:41:23 +00:00
|
|
|
spi-max-frequency = <50000000>;
|
2021-08-19 21:42:53 +00:00
|
|
|
m25p,fast-read;
|
2018-08-26 19:11:59 +00:00
|
|
|
|
|
|
|
partitions {
|
|
|
|
compatible = "fixed-partitions";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
partition@0 {
|
|
|
|
label = "boot";
|
|
|
|
reg = <0x0 0x20000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@20000 {
|
2018-11-28 03:28:35 +00:00
|
|
|
compatible = "tplink,firmware";
|
2018-08-26 19:11:59 +00:00
|
|
|
label = "firmware";
|
|
|
|
reg = <0x20000 0x7a0000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@7c0000 {
|
|
|
|
label = "config";
|
|
|
|
reg = <0x7c0000 0x10000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
factory: partition@7d0000 {
|
|
|
|
label = "factory";
|
|
|
|
reg = <0x7d0000 0x30000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2019-12-22 20:26:01 +00:00
|
|
|
&state_default {
|
|
|
|
gpio {
|
2022-02-25 09:41:12 +00:00
|
|
|
groups = "i2s", "refclk", "wdt", "p4led_an", "p2led_an", "p1led_an", "p0led_an", "wled_an";
|
2020-04-12 12:58:29 +00:00
|
|
|
function = "gpio";
|
2018-08-26 19:11:59 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&wmac {
|
|
|
|
status = "okay";
|
2021-08-17 12:07:57 +00:00
|
|
|
|
|
|
|
mediatek,mtd-eeprom = <&factory 0x20000>;
|
|
|
|
|
2021-04-02 21:50:02 +00:00
|
|
|
nvmem-cells = <&macaddr_factory_f100>;
|
|
|
|
nvmem-cell-names = "mac-address";
|
2018-08-26 19:11:59 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
ðernet {
|
2021-04-02 21:50:02 +00:00
|
|
|
nvmem-cells = <&macaddr_factory_f100>;
|
|
|
|
nvmem-cell-names = "mac-address";
|
|
|
|
};
|
|
|
|
|
|
|
|
&factory {
|
|
|
|
compatible = "nvmem-cells";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
macaddr_factory_f100: macaddr@f100 {
|
|
|
|
reg = <0xf100 0x6>;
|
|
|
|
};
|
2018-08-26 19:11:59 +00:00
|
|
|
};
|