2016-05-09 06:32:52 +00:00
|
|
|
#include "rt3050.dtsi"
|
2013-04-03 10:00:21 +00:00
|
|
|
|
2017-07-29 02:14:07 +00:00
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
2016-11-11 21:43:08 +00:00
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
|
2013-04-03 10:00:21 +00:00
|
|
|
/ {
|
2017-07-29 02:14:07 +00:00
|
|
|
compatible = "tenda,w150m", "ralink,rt3050-soc";
|
2015-08-17 05:59:47 +00:00
|
|
|
model = "Tenda W150M";
|
2013-04-03 10:00:21 +00:00
|
|
|
|
2018-07-16 08:27:22 +00:00
|
|
|
aliases {
|
2018-08-28 04:54:27 +00:00
|
|
|
led-boot = &led_ap;
|
|
|
|
led-failsafe = &led_ap;
|
|
|
|
led-running = &led_ap;
|
|
|
|
led-upgrade = &led_ap;
|
2018-07-16 08:27:22 +00:00
|
|
|
};
|
|
|
|
|
2020-05-07 14:15:27 +00:00
|
|
|
flash@1f000000 {
|
2013-04-03 10:00:21 +00:00
|
|
|
compatible = "cfi-flash";
|
|
|
|
reg = <0x1f000000 0x800000>;
|
|
|
|
bank-width = <2>;
|
|
|
|
device-width = <2>;
|
2013-04-09 14:19:24 +00:00
|
|
|
|
2018-08-01 20:32:34 +00:00
|
|
|
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;
|
2023-10-02 02:12:02 +00:00
|
|
|
|
2023-11-22 23:48:24 +00:00
|
|
|
nvmem-layout {
|
|
|
|
compatible = "fixed-layout";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
eeprom_factory_0: eeprom@0 {
|
|
|
|
reg = <0x0 0x200>;
|
|
|
|
};
|
2023-10-02 02:12:02 +00:00
|
|
|
|
2023-11-22 23:48:24 +00:00
|
|
|
macaddr_factory_4: macaddr@4 {
|
|
|
|
reg = <0x4 0x6>;
|
|
|
|
};
|
2023-10-02 02:12:02 +00:00
|
|
|
};
|
2018-08-01 20:32:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
partition@50000 {
|
2018-11-28 03:28:35 +00:00
|
|
|
compatible = "denx,uimage";
|
2018-08-01 20:32:34 +00:00
|
|
|
label = "firmware";
|
2019-07-15 12:29:53 +00:00
|
|
|
reg = <0x50000 0x3b0000>;
|
2018-08-01 20:32:34 +00:00
|
|
|
};
|
2013-04-09 14:19:24 +00:00
|
|
|
};
|
2013-04-03 10:00:21 +00:00
|
|
|
};
|
|
|
|
|
2018-12-30 11:42:53 +00:00
|
|
|
leds {
|
2013-04-03 10:00:21 +00:00
|
|
|
compatible = "gpio-leds";
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-04-03 10:00:21 +00:00
|
|
|
3grouter {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "blue:3grouter";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
|
2013-04-03 10:00:21 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2018-07-16 08:27:22 +00:00
|
|
|
led_ap: ap {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "blue:ap";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
2013-04-03 10:00:21 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-04-03 10:00:21 +00:00
|
|
|
wisprouter {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "blue:wisprouter";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
|
2013-04-03 10:00:21 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-04-03 10:00:21 +00:00
|
|
|
wirelessrouter {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "blue:wirelessrouter";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
|
2013-04-03 10:00:21 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-04-03 10:00:21 +00:00
|
|
|
3g {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "blue:3g";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
|
2013-04-03 10:00:21 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-04-03 10:00:21 +00:00
|
|
|
wpsreset {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "blue:wpsreset";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
|
2013-04-03 10:00:21 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-12-30 11:17:25 +00:00
|
|
|
keys {
|
2013-04-03 10:00:21 +00:00
|
|
|
compatible = "gpio-keys-polled";
|
|
|
|
poll-interval = <20>;
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-04-03 10:00:21 +00:00
|
|
|
reset {
|
|
|
|
label = "reset";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
|
2016-11-11 21:43:08 +00:00
|
|
|
linux,code = <KEY_RESTART>;
|
2013-04-03 10:00:21 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-04-03 10:00:21 +00:00
|
|
|
mode {
|
|
|
|
label = "mode";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
|
2016-11-11 21:43:08 +00:00
|
|
|
linux,code = <BTN_0>;
|
2013-04-03 10:00:21 +00:00
|
|
|
};
|
|
|
|
};
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
2013-04-03 10:00:21 +00:00
|
|
|
|
2019-12-22 20:26:01 +00:00
|
|
|
&state_default {
|
|
|
|
gpio {
|
2020-04-12 12:58:29 +00:00
|
|
|
groups = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
|
|
|
|
function = "gpio";
|
2013-11-25 08:33:42 +00:00
|
|
|
};
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
2013-11-25 08:33:42 +00:00
|
|
|
|
2016-05-10 10:41:46 +00:00
|
|
|
ðernet {
|
2021-04-02 21:50:02 +00:00
|
|
|
nvmem-cells = <&macaddr_factory_4>;
|
|
|
|
nvmem-cell-names = "mac-address";
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
2014-07-17 10:55:31 +00:00
|
|
|
|
2016-05-10 10:41:46 +00:00
|
|
|
&esw {
|
|
|
|
mediatek,portmap = <0x2f>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&wmac {
|
2023-10-02 02:12:02 +00:00
|
|
|
nvmem-cells = <&eeprom_factory_0>;
|
|
|
|
nvmem-cell-names = "eeprom";
|
2021-04-02 21:50:02 +00:00
|
|
|
};
|