2014-10-20 14:28:48 +08:00
|
|
|
/dts-v1/;
|
|
|
|
|
2016-05-09 14:32:52 +08:00
|
|
|
#include "mt7620n.dtsi"
|
2014-10-20 14:28:48 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "wt3020", "ralink,mt7620n-soc";
|
|
|
|
model = "Nexx WT3020";
|
|
|
|
|
|
|
|
palmbus@10000000 {
|
2015-08-17 13:57:18 +08:00
|
|
|
gpio2: gpio@660 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2014-10-20 14:28:48 +08:00
|
|
|
|
2015-08-17 13:57:18 +08:00
|
|
|
gpio3: gpio@688 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2014-10-20 14:28:48 +08:00
|
|
|
|
|
|
|
spi@b00 {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
m25p80@0 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2015-12-19 06:26:40 +08:00
|
|
|
compatible = "jedec,spi-nor";
|
2014-10-20 14:28:48 +08:00
|
|
|
reg = <0 0>;
|
|
|
|
linux,modalias = "m25p80", "w25q32";
|
|
|
|
spi-max-frequency = <10000000>;
|
|
|
|
|
|
|
|
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 0x3b0000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
ehci@101c0000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
ohci@101c1000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
ethernet@10100000 {
|
|
|
|
mtd-mac-address = <&factory 0x4>;
|
2015-12-17 17:25:57 +08:00
|
|
|
mediatek,portmap = "wllll";
|
2014-10-20 14:28:48 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
wmac@10180000 {
|
|
|
|
ralink,mtd-eeprom = <&factory 0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
pinctrl {
|
|
|
|
state_default: pinctrl0 {
|
|
|
|
default {
|
|
|
|
ralink,group = "ephy", "wled", "pa", "i2c", "wdt", "uartf";
|
|
|
|
ralink,function = "gpio";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
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-10-20 14:28:48 +08:00
|
|
|
reset {
|
|
|
|
label = "reset";
|
|
|
|
gpios = <&gpio0 1 1>;
|
|
|
|
linux,code = <0x198>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-08-17 13:57:18 +08:00
|
|
|
gpio-leds {
|
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
|
|
power {
|
2015-08-17 14:24:34 +08:00
|
|
|
label = "wt3020:blue:power";
|
2015-08-17 13:57:18 +08:00
|
|
|
gpios = <&gpio3 0 0>;
|
|
|
|
};
|
|
|
|
};
|
2014-10-20 14:28:48 +08:00
|
|
|
};
|