2015-01-17 21:20:05 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
2015-12-11 15:02:13 +00:00
|
|
|
#include "mt7621.dtsi"
|
2015-01-17 21:20:05 +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>
|
|
|
|
|
2015-01-17 21:20:05 +00:00
|
|
|
/ {
|
2017-07-27 16:49:06 +00:00
|
|
|
compatible = "dlink,dir-860l-b1", "mediatek,mt7621-soc";
|
2015-01-17 21:20:05 +00:00
|
|
|
model = "D-Link DIR-860L B1";
|
|
|
|
|
|
|
|
memory@0 {
|
2015-02-09 12:13:55 +00:00
|
|
|
device_type = "memory";
|
2015-01-17 21:20:05 +00:00
|
|
|
reg = <0x0 0x8000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttyS0,57600";
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio-leds {
|
|
|
|
compatible = "gpio-leds";
|
2016-02-12 09:29:23 +00:00
|
|
|
|
|
|
|
power {
|
|
|
|
label = "dir-860l-b1:orange:power";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
|
2016-02-12 09:29:23 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
power2 {
|
|
|
|
label = "dir-860l-b1:green:power";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
|
2016-02-12 09:29:23 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
net {
|
|
|
|
label = "dir-860l-b1:orange:net";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
|
2016-02-12 09:29:23 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
net2 {
|
|
|
|
label = "dir-860l-b1:green:net";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio0 16 GPIO_ACTIVE_LOW>;
|
2016-02-12 09:29:23 +00:00
|
|
|
};
|
2015-01-17 21:20:05 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
gpio-keys-polled {
|
|
|
|
compatible = "gpio-keys-polled";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
poll-interval = <20>;
|
2016-06-30 13:18:03 +00:00
|
|
|
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
|
2016-11-11 21:43:08 +00:00
|
|
|
linux,code = <KEY_RESTART>;
|
2016-06-30 13:18:03 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
wps {
|
|
|
|
label = "wps";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;
|
2016-11-11 21:43:08 +00:00
|
|
|
linux,code = <KEY_WPS_BUTTON>;
|
2016-06-30 13:18:03 +00:00
|
|
|
};
|
2015-01-17 21:20:05 +00:00
|
|
|
};
|
|
|
|
};
|
2016-05-10 10:41:46 +00:00
|
|
|
|
|
|
|
&spi0 {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
m25p80@0 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
compatible = "jedec,spi-nor";
|
2016-05-14 17:22:08 +00:00
|
|
|
reg = <0>;
|
2016-05-10 10:41:46 +00:00
|
|
|
spi-max-frequency = <10000000>;
|
2016-11-18 07:39:05 +00:00
|
|
|
m25p,chunked-io = <32>;
|
2016-05-10 10:41:46 +00:00
|
|
|
|
|
|
|
partition@0 {
|
|
|
|
label = "u-boot";
|
|
|
|
reg = <0x0 0x30000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@30000 {
|
|
|
|
label = "u-boot-env";
|
|
|
|
reg = <0x30000 0x4000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
radio: partition@34000 {
|
|
|
|
label = "radio";
|
|
|
|
reg = <0x34000 0x4000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
factory: partition@38000 {
|
|
|
|
label = "factory";
|
|
|
|
reg = <0x38000 0x8000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@40000 {
|
|
|
|
label = "defaults";
|
|
|
|
reg = <0x40000 0x10000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@50000 {
|
|
|
|
label = "firmware";
|
|
|
|
reg = <0x50000 0xfb0000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&pcie {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
pcie0 {
|
|
|
|
mt76@0,0 {
|
|
|
|
reg = <0x0000 0 0 0 0>;
|
|
|
|
device_type = "pci";
|
|
|
|
mediatek,mtd-eeprom = <&radio 0x2000>;
|
2017-02-01 15:37:14 +00:00
|
|
|
ieee80211-freq-limit = <5000000 6000000>;
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
pcie1 {
|
|
|
|
mt76@1,0 {
|
|
|
|
reg = <0x0000 0 0 0 0>;
|
|
|
|
device_type = "pci";
|
|
|
|
mediatek,mtd-eeprom = <&radio 0>;
|
2017-02-01 15:37:14 +00:00
|
|
|
ieee80211-freq-limit = <2400000 2500000>;
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl {
|
|
|
|
state_default: pinctrl0 {
|
|
|
|
gpio {
|
|
|
|
ralink,group = "i2c", "uart2", "uart3", "rgmii2", "sdhci";
|
|
|
|
ralink,function = "gpio";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|