2016-05-09 06:32:52 +00:00
|
|
|
#include "mt7620a.dtsi"
|
2015-11-24 18:29:02 +00:00
|
|
|
|
2017-07-29 02:14:07 +00:00
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
2016-11-11 21:43:08 +00:00
|
|
|
#include <dt-bindings/input/input.h>
|
2024-02-07 13:48:43 +00:00
|
|
|
#include <dt-bindings/leds/common.h>
|
2016-11-11 21:43:08 +00:00
|
|
|
|
2015-11-24 18:29:02 +00:00
|
|
|
/ {
|
2018-07-16 08:27:22 +00:00
|
|
|
aliases {
|
2018-08-28 04:54:27 +00:00
|
|
|
led-boot = &led_power;
|
|
|
|
led-failsafe = &led_power;
|
|
|
|
led-running = &led_power;
|
|
|
|
led-upgrade = &led_power;
|
2021-05-05 11:48:01 +00:00
|
|
|
label-mac-device = ðernet;
|
2018-07-16 08:27:22 +00:00
|
|
|
};
|
|
|
|
|
2018-12-30 11:42:53 +00:00
|
|
|
leds {
|
2015-11-24 18:29:02 +00:00
|
|
|
compatible = "gpio-leds";
|
2019-09-20 12:03:02 +00:00
|
|
|
|
2022-11-05 11:52:08 +00:00
|
|
|
led_wlan: wlan {
|
2024-02-07 13:48:43 +00:00
|
|
|
function = LED_FUNCTION_WLAN;
|
|
|
|
color = <LED_COLOR_ID_BLUE>;
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
2021-04-04 03:55:41 +00:00
|
|
|
linux,default-trigger = "phy0tpt";
|
2015-11-24 18:29:02 +00:00
|
|
|
};
|
2019-09-20 12:03:02 +00:00
|
|
|
|
2015-11-24 18:29:02 +00:00
|
|
|
usb {
|
2024-02-07 13:48:43 +00:00
|
|
|
function = LED_FUNCTION_USB;
|
|
|
|
color = <LED_COLOR_ID_BLUE>;
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
|
2018-08-13 15:14:08 +00:00
|
|
|
trigger-sources = <&ohci_port1>, <&ehci_port1>;
|
|
|
|
linux,default-trigger = "usbport";
|
2015-11-24 18:29:02 +00:00
|
|
|
};
|
2019-09-20 12:03:02 +00:00
|
|
|
|
2018-07-16 08:27:22 +00:00
|
|
|
led_power: power {
|
2024-02-07 13:48:43 +00:00
|
|
|
function = LED_FUNCTION_POWER;
|
|
|
|
color = <LED_COLOR_ID_BLUE>;
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
|
2015-11-24 18:29:02 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-12-30 11:17:25 +00:00
|
|
|
keys {
|
2019-09-20 12:03:02 +00:00
|
|
|
compatible = "gpio-keys";
|
|
|
|
|
2015-11-24 18:29:02 +00:00
|
|
|
reset {
|
|
|
|
label = "reset";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
|
2016-11-11 21:43:08 +00:00
|
|
|
linux,code = <KEY_RESTART>;
|
2015-11-24 18:29:02 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2016-05-10 10:41:46 +00:00
|
|
|
|
|
|
|
&gpio1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio3 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&spi0 {
|
|
|
|
status = "okay";
|
|
|
|
|
2021-09-11 02:06:10 +00:00
|
|
|
flash0: flash@0 {
|
2021-02-02 08:10:32 +00:00
|
|
|
compatible = "jedec,spi-nor";
|
2016-05-14 17:22:08 +00:00
|
|
|
reg = <0>;
|
2021-03-21 14:43:59 +00:00
|
|
|
spi-max-frequency = <80000000>;
|
2019-01-13 06:25:05 +00:00
|
|
|
m25p,fast-read;
|
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>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
2024-02-17 14:10:10 +00:00
|
|
|
partition@40000 {
|
2018-08-01 20:32:34 +00:00
|
|
|
label = "factory";
|
|
|
|
reg = <0x40000 0x10000>;
|
|
|
|
read-only;
|
2023-10-02 02:12:02 +00:00
|
|
|
|
2023-11-25 21:20:44 +00:00
|
|
|
nvmem-layout {
|
|
|
|
compatible = "fixed-layout";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2023-10-02 02:12:02 +00:00
|
|
|
|
2023-11-25 21:20:44 +00:00
|
|
|
eeprom_factory_0: eeprom@0 {
|
|
|
|
reg = <0x0 0x200>;
|
|
|
|
};
|
|
|
|
|
|
|
|
eeprom_factory_8000: eeprom@8000 {
|
|
|
|
reg = <0x8000 0x200>;
|
|
|
|
};
|
2023-10-02 02:12:02 +00:00
|
|
|
|
2023-11-25 21:20:44 +00:00
|
|
|
macaddr_factory_28: macaddr@28 {
|
|
|
|
reg = <0x28 0x6>;
|
|
|
|
};
|
2023-10-02 02:12:02 +00:00
|
|
|
};
|
2018-08-01 20:32:34 +00:00
|
|
|
};
|
|
|
|
|
2021-05-16 13:21:09 +00:00
|
|
|
firmware: partition@50000 {
|
2022-11-05 11:52:08 +00:00
|
|
|
compatible = "openwrt,uimage", "denx,uimage";
|
2018-08-01 20:32:34 +00:00
|
|
|
label = "firmware";
|
2022-11-05 11:52:08 +00:00
|
|
|
openwrt,ih-magic = <0x12291000>;
|
2021-05-16 13:21:09 +00:00
|
|
|
/* reg property is set based on flash size in DTS files */
|
2018-08-01 20:32:34 +00:00
|
|
|
};
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2019-12-22 20:26:01 +00:00
|
|
|
&state_default {
|
|
|
|
default {
|
2021-04-04 03:55:41 +00:00
|
|
|
groups = "i2c", "rgmii1", "wled";
|
2020-04-12 12:58:29 +00:00
|
|
|
function = "gpio";
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
ðernet {
|
|
|
|
pinctrl-names = "default";
|
2021-05-17 04:46:52 +00:00
|
|
|
pinctrl-0 = <&ephy_pins>;
|
2020-05-14 13:41:31 +00:00
|
|
|
|
2021-04-02 21:50:02 +00:00
|
|
|
nvmem-cells = <&macaddr_factory_28>;
|
|
|
|
nvmem-cell-names = "mac-address";
|
2020-05-14 13:41:31 +00:00
|
|
|
|
2016-05-10 10:41:46 +00:00
|
|
|
mediatek,portmap = "llllw";
|
|
|
|
};
|
|
|
|
|
|
|
|
&wmac {
|
2023-10-02 02:12:02 +00:00
|
|
|
nvmem-cells = <&eeprom_factory_0>;
|
|
|
|
nvmem-cell-names = "eeprom";
|
2022-07-28 11:40:12 +00:00
|
|
|
pinctrl-names = "default", "pa_gpio";
|
|
|
|
pinctrl-0 = <&pa_pins>;
|
|
|
|
pinctrl-1 = <&pa_gpio_pins>;
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&sdhci {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&ehci {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&ohci {
|
|
|
|
status = "okay";
|
|
|
|
};
|