2016-03-16 09:26:48 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
2016-05-09 06:32:52 +00:00
|
|
|
#include "mt7628an.dtsi"
|
2016-03-16 09:26:48 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "xiaomi,MiWifi Nano", "mediatek,mt7628an-soc";
|
|
|
|
model = "MiWiFi Nano";
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttyS0,115200";
|
|
|
|
};
|
|
|
|
|
|
|
|
memory@0 {
|
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x0 0x4000000>;
|
|
|
|
};
|
|
|
|
|
2016-03-20 14:41:33 +00:00
|
|
|
gpio-leds {
|
|
|
|
compatible = "gpio-leds";
|
2016-03-16 09:26:48 +00:00
|
|
|
|
2016-03-20 14:41:33 +00:00
|
|
|
wifi {
|
|
|
|
label = "miwifi-nano:blue:wifi";
|
|
|
|
gpios = <&gpio0 11 1>;
|
|
|
|
default-state = "1";
|
2016-03-16 09:26:48 +00:00
|
|
|
};
|
2016-03-20 14:41:33 +00:00
|
|
|
status {
|
|
|
|
label = "miwifi-nano:red:status";
|
|
|
|
gpios = <&gpio1 5 1>;
|
|
|
|
default-state = "on";
|
2016-03-16 09:26:48 +00:00
|
|
|
};
|
2016-03-20 14:41:33 +00:00
|
|
|
radio {
|
|
|
|
label = "miwifi-nano:amber:radio";
|
|
|
|
gpios = <&gpio1 12 1>;
|
|
|
|
default-state = "1";
|
2016-03-16 09:26:48 +00:00
|
|
|
};
|
|
|
|
};
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
2016-03-16 09:26:48 +00:00
|
|
|
|
2016-05-10 10:41:46 +00:00
|
|
|
&pinctrl {
|
|
|
|
state_default: pinctrl0 {
|
|
|
|
gpio {
|
2016-05-29 09:42:21 +00:00
|
|
|
ralink,group = "refclk", "wled_an", "gpio";
|
2016-05-10 10:41:46 +00:00
|
|
|
ralink,function = "gpio";
|
|
|
|
};
|
2016-03-16 09:26:48 +00:00
|
|
|
};
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
2016-03-16 09:26:48 +00:00
|
|
|
|
2016-05-10 10:41:46 +00:00
|
|
|
&wmac {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2016-03-16 09:26:48 +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
|
|
|
linux,modalias = "m25p80";
|
|
|
|
spi-max-frequency = <10000000>;
|
|
|
|
m25p,chunked-io = <32>;
|
|
|
|
|
|
|
|
partition@0 {
|
|
|
|
label = "u-boot";
|
|
|
|
reg = <0x0 0x30000>;
|
|
|
|
read-only;
|
|
|
|
};
|
2016-03-16 09:26:48 +00:00
|
|
|
|
2016-05-10 10:41:46 +00:00
|
|
|
partition@30000 {
|
|
|
|
label = "u-boot-env";
|
|
|
|
reg = <0x30000 0x10000>;
|
|
|
|
read-only;
|
|
|
|
};
|
2016-03-16 09:26:48 +00:00
|
|
|
|
2016-05-10 10:41:46 +00:00
|
|
|
factory: partition@40000 {
|
|
|
|
label = "factory";
|
|
|
|
reg = <0x40000 0x10000>;
|
|
|
|
read-only;
|
|
|
|
};
|
2016-03-16 09:26:48 +00:00
|
|
|
|
2016-05-10 10:41:46 +00:00
|
|
|
partition@50000 {
|
|
|
|
label = "firmware";
|
|
|
|
reg = <0x50000 0x7b0000>;
|
2016-03-16 09:26:48 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|