2014-07-14 17:10:39 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
2016-05-09 06:32:52 +00:00
|
|
|
#include "mt7620a.dtsi"
|
2014-07-14 17:10:39 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "ralink,mt7620a-soc";
|
|
|
|
model = "Planex MZK-750DHP";
|
|
|
|
|
2014-07-23 07:49:54 +00:00
|
|
|
gpio-leds {
|
|
|
|
compatible = "gpio-leds";
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2014-07-23 07:49:54 +00:00
|
|
|
wps {
|
2015-08-17 06:24:34 +00:00
|
|
|
label = "mzk-750dhp:green:wps";
|
2016-04-20 17:19:05 +00:00
|
|
|
gpios = <&gpio2 15 1>;
|
2014-07-23 07:49:54 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2014-07-23 07:49:54 +00:00
|
|
|
power {
|
2015-08-17 06:24:34 +00:00
|
|
|
label = "mzk-750dhp:green:power";
|
2014-07-23 07:49:54 +00:00
|
|
|
gpios = <&gpio1 15 1>;
|
|
|
|
};
|
2016-04-20 17:19:05 +00:00
|
|
|
|
|
|
|
wlan5g {
|
|
|
|
label = "mzk-750dhp:green:wlan5g";
|
|
|
|
gpios = <&gpio1 14 1>;
|
|
|
|
};
|
2014-07-23 07:49:54 +00:00
|
|
|
};
|
|
|
|
|
2014-07-14 17:10:39 +00:00
|
|
|
gpio-keys-polled {
|
|
|
|
compatible = "gpio-keys-polled";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
poll-interval = <20>;
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2014-07-14 17:10:39 +00:00
|
|
|
s1 {
|
|
|
|
label = "reset";
|
|
|
|
gpios = <&gpio0 1 1>;
|
2016-04-20 17:19:05 +00:00
|
|
|
linux,code = <0x198>;
|
2014-07-14 17:10:39 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2014-07-23 07:49:54 +00:00
|
|
|
s2 {
|
|
|
|
label = "wps";
|
2016-04-20 17:19:05 +00:00
|
|
|
gpios = <&gpio2 19 1>;
|
2014-07-23 07:49:54 +00:00
|
|
|
linux,code = <0x211>;
|
|
|
|
};
|
2014-07-14 17:10:39 +00:00
|
|
|
};
|
|
|
|
};
|
2016-05-10 10:41:46 +00:00
|
|
|
|
|
|
|
&gpio1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&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
|
|
|
linux,modalias = "m25p80", "mx25l6405d";
|
|
|
|
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 0x7b0000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl {
|
|
|
|
state_default: pinctrl0 {
|
|
|
|
gpio {
|
|
|
|
ralink,group = "i2c", "spi refclk", "rgmii1", "nd_sd";
|
|
|
|
ralink,function = "gpio";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
ðernet {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&ephy_pins>;
|
|
|
|
mtd-mac-address = <&factory 0x4>;
|
|
|
|
mediatek,portmap = "llllw";
|
|
|
|
};
|
|
|
|
|
|
|
|
&gsw {
|
|
|
|
mediatek,port4 = "ephy";
|
|
|
|
};
|
|
|
|
|
|
|
|
&wmac {
|
|
|
|
ralink,mtd-eeprom = <&factory 0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&pcie {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
pcie-bridge {
|
|
|
|
mt76@0,0 {
|
|
|
|
reg = <0x0000 0 0 0 0>;
|
|
|
|
device_type = "pci";
|
|
|
|
mediatek,mtd-eeprom = <&factory 0x8000>;
|
|
|
|
mediatek,2ghz = <0>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|