2021-02-05 17:18:00 +00:00
|
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
2018-01-26 15:21:34 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2018 Piotr Dymacz <pepe2k@gmail.com>
|
|
|
|
* All rights reserved.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "mt7628an.dtsi"
|
|
|
|
|
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "alfa-network,awusfree1", "mediatek,mt7628an-soc";
|
|
|
|
model = "ALFA Network AWUSFREE1";
|
|
|
|
|
2018-07-16 08:27:22 +00:00
|
|
|
aliases {
|
2018-08-28 04:54:27 +00:00
|
|
|
led-boot = &led_system;
|
|
|
|
led-failsafe = &led_system;
|
|
|
|
led-running = &led_system;
|
|
|
|
led-upgrade = &led_system;
|
2018-07-16 08:27:22 +00:00
|
|
|
};
|
|
|
|
|
2018-01-26 15:21:34 +00:00
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttyS0,115200";
|
|
|
|
};
|
|
|
|
|
2018-12-30 11:17:25 +00:00
|
|
|
keys {
|
2019-09-20 12:03:02 +00:00
|
|
|
compatible = "gpio-keys";
|
2018-01-26 15:21:34 +00:00
|
|
|
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
|
2018-01-26 15:21:34 +00:00
|
|
|
linux,code = <KEY_RESTART>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-12-30 11:42:53 +00:00
|
|
|
leds {
|
2018-01-26 15:21:34 +00:00
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
2018-07-16 08:27:22 +00:00
|
|
|
led_system: system {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "orange:system";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
|
2018-01-26 15:21:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
wlan {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "blue:wlan";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
|
2018-01-26 15:21:34 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&ehci {
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
&esw {
|
|
|
|
mediatek,portdisable = <0x1e>;
|
|
|
|
};
|
|
|
|
|
|
|
|
ðernet {
|
|
|
|
mtd-mac-address = <&factory 0x2e>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&ohci {
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
2019-12-22 20:26:01 +00:00
|
|
|
&state_default {
|
|
|
|
gpio {
|
2020-04-12 12:58:29 +00:00
|
|
|
groups = "p0led_an", "wdt", "wled_an";
|
|
|
|
function = "gpio";
|
2019-12-22 20:26:01 +00:00
|
|
|
};
|
2018-01-26 15:21:34 +00:00
|
|
|
|
2019-12-22 20:26:01 +00:00
|
|
|
ext_lna {
|
2020-04-12 12:58:29 +00:00
|
|
|
groups = "uart1";
|
|
|
|
function = "sw_r";
|
2019-12-22 20:26:01 +00:00
|
|
|
};
|
2018-01-26 15:21:34 +00:00
|
|
|
|
2019-12-22 20:26:01 +00:00
|
|
|
ext_pa {
|
2020-04-12 12:58:29 +00:00
|
|
|
groups = "i2s";
|
|
|
|
function = "antenna";
|
2018-01-26 15:21:34 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&spi0 {
|
|
|
|
status = "okay";
|
|
|
|
|
2020-05-07 14:15:27 +00:00
|
|
|
flash@0 {
|
2018-01-26 15:21:34 +00:00
|
|
|
compatible = "jedec,spi-nor";
|
|
|
|
reg = <0>;
|
|
|
|
spi-max-frequency = <10000000>;
|
|
|
|
|
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 0x1000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@31000 {
|
|
|
|
label = "config";
|
|
|
|
reg = <0x31000 0xf000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
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 0x7b0000>;
|
|
|
|
};
|
2018-01-26 15:21:34 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&wmac {
|
|
|
|
status = "okay";
|
|
|
|
};
|