2014-11-15 00:52:36 +08:00
|
|
|
/dts-v1/;
|
|
|
|
|
2015-12-11 23:02:13 +08:00
|
|
|
#include "mt7621.dtsi"
|
2014-11-15 00:52:36 +08:00
|
|
|
|
2016-11-12 05:43:08 +08:00
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
|
2014-11-15 00:52:36 +08:00
|
|
|
/ {
|
2015-01-04 02:31:11 +08:00
|
|
|
model = "Buffalo WSR-600DHP";
|
2014-11-15 00:52:36 +08:00
|
|
|
|
|
|
|
memory@0 {
|
2015-02-09 20:13:55 +08:00
|
|
|
device_type = "memory";
|
2014-11-15 00:52:36 +08:00
|
|
|
reg = <0x0 0x4000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttyS0,57600";
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio-leds {
|
|
|
|
compatible = "gpio-leds";
|
2015-08-17 13:57:18 +08:00
|
|
|
|
2014-11-15 00:52:36 +08:00
|
|
|
power {
|
2015-08-17 14:24:34 +08:00
|
|
|
label = "wsr-600:green:power";
|
2014-11-15 00:52:36 +08:00
|
|
|
gpios = <&gpio0 12 1>;
|
|
|
|
};
|
2015-08-17 13:57:18 +08:00
|
|
|
|
2014-11-15 00:52:36 +08:00
|
|
|
wifi_o {
|
2015-08-17 14:24:34 +08:00
|
|
|
label = "wsr-600:orange:wifi";
|
2014-11-15 00:52:36 +08:00
|
|
|
gpios = <&gpio1 9 1>;
|
|
|
|
};
|
2015-08-17 13:57:18 +08:00
|
|
|
|
2014-11-15 00:52:36 +08:00
|
|
|
diag {
|
2015-08-17 14:24:34 +08:00
|
|
|
label = "wsr-600:orange:diag";
|
2014-11-15 00:52:36 +08:00
|
|
|
gpios = <&gpio1 10 1>;
|
|
|
|
};
|
2015-08-17 13:57:18 +08:00
|
|
|
|
2014-11-15 00:52:36 +08:00
|
|
|
wifi_g {
|
2015-08-17 14:24:34 +08:00
|
|
|
label = "wsr-600:green:wifi";
|
2014-11-15 00:52:36 +08:00
|
|
|
gpios = <&gpio1 12 1>;
|
|
|
|
};
|
2015-08-17 13:57:18 +08:00
|
|
|
|
2014-11-15 00:52:36 +08:00
|
|
|
router_o {
|
2015-08-17 14:24:34 +08:00
|
|
|
label = "wsr-600:orange:router";
|
2014-11-15 00:52:36 +08:00
|
|
|
gpios = <&gpio1 13 1>;
|
|
|
|
};
|
2015-08-17 13:57:18 +08:00
|
|
|
|
2014-11-15 00:52:36 +08:00
|
|
|
router_g {
|
2015-08-17 14:24:34 +08:00
|
|
|
label = "wsr-600:green:router";
|
2014-11-15 00:52:36 +08:00
|
|
|
gpios = <&gpio1 14 1>;
|
|
|
|
};
|
2015-08-17 13:57:18 +08:00
|
|
|
|
2014-11-15 00:52:36 +08:00
|
|
|
internet_o {
|
2015-08-17 14:24:34 +08:00
|
|
|
label = "wsr-600:orange:internet";
|
2014-11-15 00:52:36 +08:00
|
|
|
gpios = <&gpio1 15 1>;
|
|
|
|
};
|
2015-08-17 13:57:18 +08:00
|
|
|
|
2014-11-15 00:52:36 +08:00
|
|
|
internet_g {
|
2015-08-17 14:24:34 +08:00
|
|
|
label = "wsr-600:green:internet";
|
2014-11-15 00:52:36 +08:00
|
|
|
gpios = <&gpio1 16 1>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio-keys-polled {
|
|
|
|
compatible = "gpio-keys-polled";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
poll-interval = <20>;
|
2015-08-17 13:57:18 +08:00
|
|
|
|
2014-11-15 00:52:36 +08:00
|
|
|
power {
|
|
|
|
label = "power";
|
|
|
|
gpios = <&gpio0 8 1>;
|
2016-11-12 05:43:08 +08:00
|
|
|
linux,code = <KEY_POWER>;
|
2014-11-15 00:52:36 +08:00
|
|
|
};
|
2015-08-17 13:57:18 +08:00
|
|
|
|
2014-11-15 00:52:36 +08:00
|
|
|
reset {
|
|
|
|
label = "reset";
|
|
|
|
gpios = <&gpio0 11 1>;
|
2016-11-12 05:43:08 +08:00
|
|
|
linux,code = <KEY_RESTART>;
|
2014-11-15 00:52:36 +08:00
|
|
|
};
|
2015-08-17 13:57:18 +08:00
|
|
|
|
2014-11-15 00:52:36 +08:00
|
|
|
aoss {
|
|
|
|
label = "aoss";
|
|
|
|
gpios = <&gpio0 18 1>;
|
2016-11-12 05:43:08 +08:00
|
|
|
linux,code = <KEY_WPS_BUTTON>;
|
2014-11-15 00:52:36 +08:00
|
|
|
};
|
2015-08-17 13:57:18 +08:00
|
|
|
|
2014-11-15 00:52:36 +08:00
|
|
|
auto {
|
|
|
|
label = "mode";
|
|
|
|
gpios = <&gpio0 7 0>;
|
2016-11-12 05:43:08 +08:00
|
|
|
linux,code = <BTN_0>;
|
|
|
|
linux,input-type = <EV_SW>;
|
2014-11-15 00:52:36 +08:00
|
|
|
};
|
2015-08-17 13:57:18 +08:00
|
|
|
|
2014-11-15 00:52:36 +08:00
|
|
|
ap {
|
|
|
|
label = "ap";
|
|
|
|
gpios = <&gpio0 6 0>;
|
2016-11-12 05:43:08 +08:00
|
|
|
linux,code = <BTN_0>;
|
|
|
|
linux,input-type = <EV_SW>;
|
2014-11-15 00:52:36 +08:00
|
|
|
};
|
2015-08-17 13:57:18 +08:00
|
|
|
|
2014-11-15 00:52:36 +08:00
|
|
|
router {
|
|
|
|
label = "router";
|
|
|
|
gpios = <&gpio0 10 0>;
|
2016-11-12 05:43:08 +08:00
|
|
|
linux,code = <BTN_0>;
|
|
|
|
linux,input-type = <EV_SW>;
|
2014-11-15 00:52:36 +08:00
|
|
|
};
|
|
|
|
};
|
2015-08-17 13:57:18 +08:00
|
|
|
|
2014-11-15 00:52:36 +08:00
|
|
|
gpio_poweroff {
|
|
|
|
compatible = "gpio-poweroff";
|
|
|
|
gpios = <&gpio1 11 1>;
|
|
|
|
};
|
|
|
|
};
|
2016-05-10 18:41:46 +08:00
|
|
|
|
|
|
|
&spi0 {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
m25p80@0 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
compatible = "jedec,spi-nor";
|
2016-05-15 01:22:08 +08:00
|
|
|
reg = <0>;
|
2016-05-10 18:41:46 +08:00
|
|
|
spi-max-frequency = <10000000>;
|
2016-11-18 15:39:05 +08:00
|
|
|
m25p,chunked-io = <32>;
|
2016-05-10 18:41:46 +08:00
|
|
|
|
|
|
|
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;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@50000 {
|
|
|
|
label = "firmware";
|
|
|
|
reg = <0x50000 0xfb0000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl {
|
|
|
|
state_default: pinctrl0 {
|
|
|
|
gpio {
|
|
|
|
ralink,group = "i2c", "uart2", "uart3", "rgmii2", "sdhci";
|
|
|
|
ralink,function = "gpio";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2016-11-18 15:39:05 +08:00
|
|
|
|
2017-01-31 17:27:25 +08:00
|
|
|
&pcie {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
pcie0 {
|
|
|
|
rt5592@0,0 {
|
|
|
|
reg = <0x0000 0 0 0 0>;
|
|
|
|
device_type = "pci";
|
|
|
|
ralink,mtd-eeprom = <&factory 0x8000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
pcie1 {
|
|
|
|
mt76@1,0 {
|
|
|
|
reg = <0x0000 0 0 0 0>;
|
|
|
|
device_type = "pci";
|
|
|
|
mediatek,mtd-eeprom = <&factory 0x0000>;
|
|
|
|
mediatek,5ghz = <0>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2016-11-18 15:39:05 +08:00
|
|
|
&xhci {
|
|
|
|
status = "disabled";
|
|
|
|
};
|