2018-06-12 19:17:23 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "mt7628an.dtsi"
|
|
|
|
|
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "netgear,r6120", "mediatek,mt7628an-soc";
|
2019-01-21 00:00:49 +00:00
|
|
|
model = "Netgear R6120";
|
2018-06-12 19:17:23 +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;
|
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 15:57:15 +00:00
|
|
|
label-mac-device = ðernet;
|
2018-06-12 19:17:23 +00:00
|
|
|
};
|
|
|
|
|
2018-12-30 11:17:25 +00:00
|
|
|
keys {
|
2019-09-20 12:03:02 +00:00
|
|
|
compatible = "gpio-keys";
|
2018-06-12 19:17:23 +00:00
|
|
|
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
|
2018-06-12 19:17:23 +00:00
|
|
|
linux,code = <KEY_RESTART>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-12-30 11:42:53 +00:00
|
|
|
leds {
|
2018-06-12 19:17:23 +00:00
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
|
|
lan {
|
|
|
|
label = "r6120:green:lan";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
|
2018-06-12 19:17:23 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
led_power: power {
|
|
|
|
label = "r6120:green:power";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
|
2018-06-12 19:17:23 +00:00
|
|
|
};
|
|
|
|
|
2020-02-21 20:57:44 +00:00
|
|
|
wlan2g_green {
|
2018-06-12 19:17:23 +00:00
|
|
|
label = "r6120:green:wlan2g";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 42 GPIO_ACTIVE_LOW>;
|
2018-06-12 19:17:23 +00:00
|
|
|
};
|
|
|
|
|
2020-02-21 20:57:44 +00:00
|
|
|
wlan2g_orange {
|
2018-06-12 19:17:23 +00:00
|
|
|
label = "r6120:orange:wlan2g";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
|
2018-06-12 19:17:23 +00:00
|
|
|
};
|
|
|
|
|
2020-02-21 20:57:44 +00:00
|
|
|
wan_green {
|
2019-02-01 23:34:43 +00:00
|
|
|
label = "r6120:green:wan";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 40 GPIO_ACTIVE_LOW>;
|
2018-06-12 19:17:23 +00:00
|
|
|
};
|
|
|
|
|
2019-02-01 23:34:43 +00:00
|
|
|
wan_orange {
|
|
|
|
label = "r6120:orange:wan";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpios = <&gpio 39 GPIO_ACTIVE_LOW>;
|
2018-06-12 19:17:23 +00:00
|
|
|
};
|
|
|
|
};
|
2019-03-28 19:58:04 +00:00
|
|
|
|
|
|
|
usb-regulator {
|
|
|
|
compatible = "regulator-fixed";
|
|
|
|
|
|
|
|
regulator-name = "USB-power";
|
2020-04-09 09:10:03 +00:00
|
|
|
gpio = <&gpio 45 GPIO_ACTIVE_HIGH>;
|
2019-03-28 19:58:04 +00:00
|
|
|
regulator-min-microvolt = <5000000>;
|
|
|
|
regulator-max-microvolt = <5000000>;
|
|
|
|
enable-active-high;
|
|
|
|
|
|
|
|
regulator-always-on;
|
|
|
|
};
|
2018-06-12 19:17:23 +00:00
|
|
|
};
|
|
|
|
|
2019-12-22 20:26:01 +00:00
|
|
|
&state_default {
|
|
|
|
gpio {
|
2020-04-12 12:58:29 +00:00
|
|
|
groups = "p0led_an", "p1led_an", "p2led_an",
|
2019-12-22 20:26:01 +00:00
|
|
|
"p3led_an", "p4led_an", "wdt",
|
|
|
|
"wled_an", "uart1";
|
2020-04-12 12:58:29 +00:00
|
|
|
function = "gpio";
|
2018-06-12 19:17:23 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&spi0 {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
flash@0 {
|
|
|
|
compatible = "jedec,spi-nor";
|
|
|
|
reg = <0>;
|
|
|
|
spi-max-frequency = <10000000>;
|
|
|
|
|
|
|
|
partitions {
|
|
|
|
compatible = "fixed-partitions";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
partition@0 {
|
|
|
|
label = "u-boot";
|
|
|
|
reg = <0x0 0x40000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
factory: partition@40000 {
|
|
|
|
label = "factory";
|
|
|
|
reg = <0x40000 0x20000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
2019-02-01 23:34:43 +00:00
|
|
|
partition@60000 {
|
2018-06-12 19:17:23 +00:00
|
|
|
label = "nvram";
|
|
|
|
reg = <0x60000 0x30000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@90000 {
|
2018-11-28 03:28:35 +00:00
|
|
|
compatible = "denx,uimage";
|
2018-06-12 19:17:23 +00:00
|
|
|
label = "firmware";
|
|
|
|
reg = <0x90000 0xf60000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@ff0000 {
|
|
|
|
label = "reserved";
|
|
|
|
reg = <0xff0000 0x10000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&wmac {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
ðernet {
|
2019-02-01 23:34:43 +00:00
|
|
|
mtd-mac-address = <&factory 0x4>;
|
2018-06-12 19:17:23 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pcie {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&pcie0 {
|
|
|
|
wifi@0,0 {
|
|
|
|
reg = <0x0000 0 0 0 0>;
|
2019-02-01 23:34:43 +00:00
|
|
|
mediatek,mtd-eeprom = <&factory 0x8000>;
|
2018-06-12 19:17:23 +00:00
|
|
|
ieee80211-freq-limit = <5000000 6000000>;
|
2019-02-01 23:34:43 +00:00
|
|
|
mtd-mac-address = <&factory 0x4>;
|
2018-06-12 19:17:23 +00:00
|
|
|
mtd-mac-address-increment = <(2)>;
|
|
|
|
};
|
|
|
|
};
|