2016-05-09 06:32:52 +00:00
|
|
|
#include "mt7628an.dtsi"
|
2016-03-16 09:26:48 +00:00
|
|
|
|
2016-12-29 07:43:08 +00:00
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
|
2016-03-16 09:26:48 +00:00
|
|
|
/ {
|
2017-07-29 02:14:07 +00:00
|
|
|
compatible = "xiaomi,miwifi-nano", "mediatek,mt7628an-soc";
|
2019-12-22 14:47:24 +00:00
|
|
|
model = "Xiaomi MiWiFi Nano";
|
2016-03-16 09:26:48 +00:00
|
|
|
|
2018-07-16 08:27:22 +00:00
|
|
|
aliases {
|
2019-12-22 14:47:24 +00:00
|
|
|
led-boot = &led_status_amber;
|
|
|
|
led-failsafe = &led_status_red;
|
|
|
|
led-running = &led_status_blue;
|
|
|
|
led-upgrade = &led_status_amber;
|
2019-12-22 15:36:11 +00:00
|
|
|
label-mac-device = ðernet;
|
2018-07-16 08:27:22 +00:00
|
|
|
};
|
|
|
|
|
2016-03-16 09:26:48 +00:00
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttyS0,115200";
|
|
|
|
};
|
|
|
|
|
2018-12-30 11:42:53 +00:00
|
|
|
leds {
|
2016-03-20 14:41:33 +00:00
|
|
|
compatible = "gpio-leds";
|
2016-03-16 09:26:48 +00:00
|
|
|
|
2019-12-22 14:47:24 +00:00
|
|
|
led_status_blue: status_blue {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "blue:status";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
|
2016-03-16 09:26:48 +00:00
|
|
|
};
|
2019-09-20 12:03:02 +00:00
|
|
|
|
2019-12-22 14:47:24 +00:00
|
|
|
led_status_red: status_red {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "red:status";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
|
2016-12-29 07:43:08 +00:00
|
|
|
};
|
2019-09-20 12:03:02 +00:00
|
|
|
|
2019-12-22 14:47:24 +00:00
|
|
|
led_status_amber: status_amber {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "amber:status";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
|
2016-03-16 09:26:48 +00:00
|
|
|
};
|
2016-12-29 07:43:08 +00:00
|
|
|
};
|
|
|
|
|
2018-12-30 11:17:25 +00:00
|
|
|
keys {
|
2019-09-20 12:03:02 +00:00
|
|
|
compatible = "gpio-keys";
|
2016-12-29 07:43:08 +00:00
|
|
|
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
|
2016-12-29 07:43:08 +00:00
|
|
|
linux,code = <KEY_RESTART>;
|
2016-03-16 09:26:48 +00:00
|
|
|
};
|
|
|
|
};
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
2016-03-16 09:26:48 +00:00
|
|
|
|
2019-12-22 14:47:24 +00:00
|
|
|
&state_default {
|
|
|
|
gpio {
|
2020-04-12 12:58:29 +00:00
|
|
|
groups = "gpio", "refclk", "wdt", "wled_an";
|
|
|
|
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
|
|
|
|
2019-09-03 15:58:07 +00:00
|
|
|
&ehci {
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
&ohci {
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
2019-12-22 16:25:39 +00:00
|
|
|
&esw {
|
|
|
|
mediatek,portmap = <0x2f>;
|
|
|
|
mediatek,portdisable = <0x2a>;
|
|
|
|
};
|
|
|
|
|
2016-05-10 10:41:46 +00:00
|
|
|
&wmac {
|
|
|
|
status = "okay";
|
2016-12-29 07:43:08 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
ðernet {
|
|
|
|
mtd-mac-address = <&factory 0x28>;
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
2016-03-16 09:26:48 +00:00
|
|
|
|
2016-05-10 10:41:46 +00:00
|
|
|
&spi0 {
|
|
|
|
status = "okay";
|
|
|
|
|
2019-12-22 14:47:24 +00:00
|
|
|
flash@0 {
|
2016-05-10 10:41:46 +00:00
|
|
|
compatible = "jedec,spi-nor";
|
2016-05-14 17:22:08 +00:00
|
|
|
reg = <0>;
|
2019-09-03 15:58:07 +00:00
|
|
|
spi-max-frequency = <40000000>;
|
2016-05-10 10:41:46 +00:00
|
|
|
|
2018-08-01 20:32:34 +00:00
|
|
|
partitions {
|
|
|
|
compatible = "fixed-partitions";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
partition@0 {
|
|
|
|
label = "u-boot";
|
|
|
|
reg = <0x0 0x30000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@30000 {
|
|
|
|
label = "u-boot-env";
|
|
|
|
reg = <0x30000 0x10000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
factory: partition@40000 {
|
|
|
|
label = "factory";
|
|
|
|
reg = <0x40000 0x10000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@50000 {
|
2018-11-28 03:28:35 +00:00
|
|
|
compatible = "denx,uimage";
|
2018-08-01 20:32:34 +00:00
|
|
|
label = "firmware";
|
|
|
|
reg = <0x50000 0xfb0000>;
|
|
|
|
};
|
2016-03-16 09:26:48 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|