2016-05-09 06:32:52 +00:00
|
|
|
#include "mt7620a.dtsi"
|
2013-08-14 18:15:35 +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>
|
|
|
|
|
2013-08-14 18:15:35 +00:00
|
|
|
/ {
|
|
|
|
compatible = "asus,rp-n53", "ralink,mt7620a-soc";
|
|
|
|
model = "Asus RP-N53";
|
|
|
|
|
2018-12-30 11:17:25 +00:00
|
|
|
keys {
|
2019-09-20 12:03:02 +00:00
|
|
|
compatible = "gpio-keys";
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-14 18:15:35 +00:00
|
|
|
touch {
|
|
|
|
label = "touch";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
|
2016-11-11 21:43:08 +00:00
|
|
|
linux,code = <BTN_0>;
|
2013-08-14 18:15:35 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-14 18:15:35 +00:00
|
|
|
wps {
|
|
|
|
label = "wps";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
|
2016-11-11 21:43:08 +00:00
|
|
|
linux,code = <BTN_0>;
|
2013-08-14 18:15:35 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-14 18:15:35 +00:00
|
|
|
reset {
|
|
|
|
label = "reset";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
|
2016-11-11 21:43:08 +00:00
|
|
|
linux,code = <BTN_0>;
|
2013-08-14 18:15:35 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-14 18:15:35 +00:00
|
|
|
audio {
|
|
|
|
label = "audio";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
|
2016-11-11 21:43:08 +00:00
|
|
|
linux,code = <BTN_1>;
|
2013-08-14 18:15:35 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-12-30 11:42:53 +00:00
|
|
|
leds {
|
2013-08-14 18:15:35 +00:00
|
|
|
compatible = "gpio-leds";
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-14 18:15:35 +00:00
|
|
|
backlight {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "white:back";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
|
2013-08-14 18:15:35 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-14 18:15:35 +00:00
|
|
|
wifi0 {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "blue:5g3";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
|
2013-08-14 18:15:35 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-14 18:15:35 +00:00
|
|
|
wifi1 {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "blue:5g2";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
|
2013-08-14 18:15:35 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-14 18:15:35 +00:00
|
|
|
wifi2 {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "blue:5g1";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
|
2013-08-14 18:15:35 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-14 18:15:35 +00:00
|
|
|
wifi3 {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "blue:wifi";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
|
2013-08-14 18:15:35 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-14 18:15:35 +00:00
|
|
|
wifi4 {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "blue:2g1";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
|
2013-08-14 18:15:35 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-14 18:15:35 +00:00
|
|
|
wifi5 {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "blue:2g2";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
|
2013-08-14 18:15:35 +00:00
|
|
|
};
|
2015-08-17 05:57:18 +00:00
|
|
|
|
2013-08-14 18:15:35 +00:00
|
|
|
wifi6 {
|
2020-09-27 17:40:51 +00:00
|
|
|
label = "blue:2g3";
|
2017-07-29 02:14:07 +00:00
|
|
|
gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
|
2013-08-14 18:15:35 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2016-05-10 10:41:46 +00:00
|
|
|
|
|
|
|
&gpio1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2s {
|
|
|
|
status = "okay";
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pcm_i2s_pins>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&spi0 {
|
|
|
|
status = "okay";
|
|
|
|
|
2020-05-07 14:15:27 +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>;
|
2016-05-10 10:41:46 +00:00
|
|
|
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 0x10000>;
|
|
|
|
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>;
|
|
|
|
};
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&pcm {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&gdma {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&wmac {
|
2020-05-07 13:13:27 +00:00
|
|
|
ralink,mtd-eeprom = <&factory 0x0>;
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
|
|
|
|
2019-12-22 20:26:01 +00:00
|
|
|
&state_default {
|
|
|
|
gpio {
|
2020-04-12 12:58:29 +00:00
|
|
|
groups = "mdio", "rgmii1";
|
|
|
|
function = "gpio";
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&gsw {
|
|
|
|
mediatek,port4 = "ephy";
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&ephy_pins>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&pcie {
|
|
|
|
status = "okay";
|
2018-07-21 14:19:46 +00:00
|
|
|
};
|
2017-04-09 07:14:52 +00:00
|
|
|
|
2018-07-21 14:19:46 +00:00
|
|
|
&pcie0 {
|
2018-07-21 21:00:20 +00:00
|
|
|
wifi@0,0 {
|
2018-07-21 14:19:46 +00:00
|
|
|
compatible = "pci1814,5592";
|
|
|
|
reg = <0x0000 0 0 0 0>;
|
|
|
|
ralink,2ghz = <0>;
|
|
|
|
ralink,mtd-eeprom = <&factory 0x8000>;
|
2017-04-09 07:14:52 +00:00
|
|
|
};
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|