2017-05-17 18:18:45 +08:00
|
|
|
#include "mt7628an.dtsi"
|
|
|
|
|
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
|
|
#include <dt-bindings/input/input.h>
|
2024-02-07 14:48:43 +01:00
|
|
|
#include <dt-bindings/leds/common.h>
|
2017-05-17 18:18:45 +08:00
|
|
|
|
|
|
|
/{
|
2018-08-22 06:40:28 +02:00
|
|
|
compatible = "glinet,gl-mt300n-v2", "mediatek,mt7628an-soc";
|
2017-05-17 18:18:45 +08:00
|
|
|
model = "GL-MT300N-V2";
|
|
|
|
|
2018-07-16 16:27:22 +08:00
|
|
|
aliases {
|
2018-08-28 06:54:27 +02:00
|
|
|
led-boot = &led_power;
|
|
|
|
led-failsafe = &led_power;
|
|
|
|
led-running = &led_power;
|
|
|
|
led-upgrade = &led_power;
|
ramips: provide label MAC address
This patch adds the label MAC address for several devices in
ramips.
Some devices require setting the MAC address in 02_network:
For the following devices, the netif device can be linked in
device tree, but the MAC address cannot be read:
- cudy,wr1000
- dlink,dir-615-d
- dlink,dir-615-h1
- dlink,dir-860l-b1
- glinet,gl-mt300a
- glinet,gl-mt300n
- glinet,gl-mt750
- vocore,vocore2
- vocore,vocore2-lite
- zbtlink,zbt-we1326
- zbtlink,zbt-wg3526
For the following devices, label MAC address is tied to lan or
wan, so no node to link to exists in device tree:
- dlink,dir-510l
- dlink,dwr-116-a1
- dlink,dwr-118-a1
- dlink,dwr-118-a2
- dlink,dwr-921-c1
- dlink,dwr-922-e2
- all hiwifi devices
- lava,lr-25g001
- xiaomi,mir3p
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2019-06-24 17:57:15 +02:00
|
|
|
label-mac-device = ðernet;
|
2018-07-16 16:27:22 +08:00
|
|
|
};
|
|
|
|
|
2017-05-17 18:18:45 +08:00
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttyS0,115200";
|
|
|
|
};
|
|
|
|
|
2018-12-30 12:42:53 +01:00
|
|
|
leds {
|
2017-05-17 18:18:45 +08:00
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
2018-07-16 16:27:22 +08:00
|
|
|
led_power: power {
|
2024-02-07 14:48:43 +01:00
|
|
|
function = LED_FUNCTION_POWER;
|
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
2018-02-20 18:39:16 +01:00
|
|
|
default-state = "on";
|
2020-04-09 17:10:03 +08:00
|
|
|
gpios = <&gpio 42 GPIO_ACTIVE_LOW>;
|
2018-02-20 18:39:16 +01:00
|
|
|
};
|
|
|
|
|
2017-05-17 18:18:45 +08:00
|
|
|
wan {
|
2024-02-07 14:48:43 +01:00
|
|
|
function = LED_FUNCTION_WAN;
|
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
2020-04-09 17:10:03 +08:00
|
|
|
gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
|
2017-05-17 18:18:45 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
wlan {
|
2024-02-07 14:48:43 +01:00
|
|
|
function = LED_FUNCTION_WLAN;
|
|
|
|
color = <LED_COLOR_ID_RED>;
|
2020-04-09 17:10:03 +08:00
|
|
|
gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
|
2017-05-17 18:18:45 +08:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-12-30 12:17:25 +01:00
|
|
|
keys {
|
2019-09-20 14:03:02 +02:00
|
|
|
compatible = "gpio-keys";
|
2017-05-17 18:18:45 +08:00
|
|
|
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
2020-04-09 17:10:03 +08:00
|
|
|
gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
|
2017-05-17 18:18:45 +08:00
|
|
|
linux,code = <KEY_RESTART>;
|
|
|
|
};
|
|
|
|
|
|
|
|
BTN_0 {
|
|
|
|
label = "BTN_0";
|
2020-04-09 17:10:03 +08:00
|
|
|
gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
|
2017-05-17 18:18:45 +08:00
|
|
|
linux,code = <BTN_0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
BTN_1 {
|
|
|
|
label = "BTN_1";
|
2020-04-09 17:10:03 +08:00
|
|
|
gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
|
2017-05-17 18:18:45 +08:00
|
|
|
linux,code = <BTN_1>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio_export {
|
|
|
|
compatible = "gpio-export";
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
usb {
|
|
|
|
gpio-export,name = "usb";
|
|
|
|
gpio-export,output = <1>;
|
2020-04-09 17:10:03 +08:00
|
|
|
gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
|
2017-05-17 18:18:45 +08:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2019-12-22 21:26:01 +01:00
|
|
|
&state_default {
|
|
|
|
gpio {
|
2022-10-25 22:05:46 +02:00
|
|
|
groups = "wdt", "gpio", "wled_an", "p0led_an", "p1led_an", "i2s", "i2c";
|
2020-04-12 20:58:29 +08:00
|
|
|
function = "gpio";
|
2017-05-17 18:18:45 +08:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
ðernet {
|
2021-04-02 23:50:02 +02:00
|
|
|
nvmem-cells = <&macaddr_factory_4>;
|
|
|
|
nvmem-cell-names = "mac-address";
|
2017-05-17 18:18:45 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
&wmac {
|
|
|
|
status = "okay";
|
2021-08-17 14:07:57 +02:00
|
|
|
|
2023-10-02 10:12:02 +08:00
|
|
|
nvmem-cells = <&eeprom_factory_0>;
|
|
|
|
nvmem-cell-names = "eeprom";
|
2017-05-17 18:18:45 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
&spi0 {
|
|
|
|
status = "okay";
|
|
|
|
|
2020-05-07 23:15:27 +09:00
|
|
|
flash@0 {
|
2017-05-17 18:18:45 +08:00
|
|
|
compatible = "jedec,spi-nor";
|
|
|
|
reg = <0>;
|
|
|
|
spi-max-frequency = <10000000>;
|
|
|
|
|
2018-08-01 21:32:34 +01: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>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
2024-02-17 22:10:10 +08:00
|
|
|
partition@40000 {
|
2018-08-01 21:32:34 +01:00
|
|
|
label = "factory";
|
|
|
|
reg = <0x40000 0x10000>;
|
|
|
|
read-only;
|
2023-10-02 10:12:02 +08:00
|
|
|
|
2023-11-23 18:31:55 -08:00
|
|
|
nvmem-layout {
|
|
|
|
compatible = "fixed-layout";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
eeprom_factory_0: eeprom@0 {
|
|
|
|
reg = <0x0 0x400>;
|
|
|
|
};
|
2023-10-02 10:12:02 +08:00
|
|
|
|
2023-11-23 18:31:55 -08:00
|
|
|
macaddr_factory_4: macaddr@4 {
|
|
|
|
reg = <0x4 0x6>;
|
|
|
|
};
|
2023-10-02 10:12:02 +08:00
|
|
|
};
|
2018-08-01 21:32:34 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
partition@50000 {
|
2018-11-28 12:28:35 +09:00
|
|
|
compatible = "denx,uimage";
|
2018-08-01 21:32:34 +01:00
|
|
|
label = "firmware";
|
|
|
|
reg = <0x50000 0xfb0000>;
|
|
|
|
};
|
2017-05-17 18:18:45 +08:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-02-20 18:39:16 +01:00
|
|
|
&uart1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|