2020-05-19 06:55:06 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
|
|
|
#include "bcm6362.dtsi"
|
|
|
|
|
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Netgear DGND3700v2";
|
|
|
|
compatible = "netgear,dgnd3700-v2", "brcm,bcm6362";
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
led-boot = &led_power_green;
|
|
|
|
led-failsafe = &led_power_green;
|
|
|
|
led-running = &led_power_green;
|
|
|
|
led-upgrade = &led_power_green;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
bootargs = "rootfstype=squashfs,ubifs noinitrd console=ttyS0,115200";
|
|
|
|
stdout-path = "serial0:115200n8";
|
|
|
|
};
|
|
|
|
|
|
|
|
keys {
|
|
|
|
compatible = "gpio-keys-polled";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
poll-interval = <20>;
|
|
|
|
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
|
|
|
gpios = <&pinctrl 24 1>;
|
|
|
|
linux,code = <KEY_RESTART>;
|
|
|
|
debounce-interval = <60>;
|
|
|
|
};
|
|
|
|
|
|
|
|
wlan {
|
|
|
|
label = "wlan";
|
|
|
|
gpios = <&pinctrl 25 1>;
|
|
|
|
linux,code = <KEY_WLAN>;
|
|
|
|
debounce-interval = <60>;
|
|
|
|
};
|
|
|
|
|
|
|
|
wps {
|
|
|
|
label = "wps";
|
|
|
|
gpios = <&pinctrl 26 1>;
|
|
|
|
linux,code = <KEY_WPS_BUTTON>;
|
|
|
|
debounce-interval = <60>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
leds {
|
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
|
|
led@28 {
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "green:dsl";
|
2020-05-19 06:55:06 +00:00
|
|
|
gpios = <&pinctrl 28 1>;
|
|
|
|
};
|
|
|
|
|
|
|
|
led@34 {
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "red:power";
|
2020-05-19 06:55:06 +00:00
|
|
|
gpios = <&pinctrl 34 1>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&leds {
|
|
|
|
status = "okay";
|
|
|
|
brcm,serial-leds;
|
|
|
|
brcm,serial-dat-low;
|
|
|
|
brcm,serial-shift-inv;
|
|
|
|
brcm,serial-mux;
|
|
|
|
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_leds &pinctrl_serial_led>;
|
|
|
|
|
|
|
|
led@1 {
|
|
|
|
reg = <1>;
|
|
|
|
active-low;
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "green:internet";
|
2020-05-19 06:55:06 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
led_power_green: led@8 {
|
|
|
|
reg = <8>;
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "green:power";
|
2020-05-19 06:55:06 +00:00
|
|
|
default-state = "on";
|
|
|
|
};
|
|
|
|
|
|
|
|
led@9 {
|
|
|
|
reg = <9>;
|
|
|
|
active-low;
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "green:wps";
|
2020-05-19 06:55:06 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
led@10 {
|
|
|
|
reg = <10>;
|
|
|
|
active-low;
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "green:usb1";
|
2020-05-19 06:55:06 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
led@11 {
|
|
|
|
reg = <11>;
|
|
|
|
active-low;
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "green:usb2";
|
2020-05-19 06:55:06 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
led@12 {
|
|
|
|
reg = <12>;
|
|
|
|
active-low;
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "amber:internet";
|
2020-05-19 06:55:06 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
led@13 {
|
|
|
|
reg = <13>;
|
|
|
|
active-low;
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "green:ethernet";
|
2020-05-19 06:55:06 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
led@14 {
|
|
|
|
reg = <14>;
|
|
|
|
active-low;
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "amber:dsl";
|
2020-05-19 06:55:06 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
led@16 {
|
|
|
|
reg = <16>;
|
|
|
|
active-low;
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "amber:usb1";
|
2020-05-19 06:55:06 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
led@17 {
|
|
|
|
reg = <17>;
|
|
|
|
active-low;
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "amber:usb2";
|
2020-05-19 06:55:06 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
led@18 {
|
|
|
|
reg = <18>;
|
|
|
|
active-low;
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "amber:ethernet";
|
2020-05-19 06:55:06 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&nflash {
|
2020-05-22 16:26:29 +00:00
|
|
|
status = "okay";
|
2020-05-19 06:55:06 +00:00
|
|
|
|
|
|
|
nandcs@0 {
|
|
|
|
compatible = "brcm,nandcs";
|
|
|
|
#size-cells = <1>;
|
|
|
|
#address-cells = <1>;
|
|
|
|
reg = <0>;
|
|
|
|
nand-ecc-step-size = <512>;
|
|
|
|
nand-ecc-strength = <15>;
|
|
|
|
nand-on-flash-bbt;
|
|
|
|
|
|
|
|
partitions {
|
|
|
|
compatible = "fixed-partitions";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
partition@0 {
|
|
|
|
label = "cferom";
|
|
|
|
reg = <0x0000000 0x0004000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@4000 {
|
|
|
|
compatible = "brcm,wfi";
|
|
|
|
label = "wfi";
|
|
|
|
reg = <0x0004000 0x1c7c000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@1c80000 {
|
|
|
|
label = "flag";
|
|
|
|
reg = <0x1c80000 0x0040000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@1cc0000 {
|
|
|
|
label = "pcbasn";
|
|
|
|
reg = <0x1cc0000 0x0040000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@1d00000 {
|
|
|
|
label = "xxx";
|
|
|
|
reg = <0x1d00000 0x0080000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@1d80000 {
|
|
|
|
label = "language_dev";
|
|
|
|
reg = <0x1d80000 0x0040000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@1dc0000 {
|
|
|
|
label = "scnvram";
|
|
|
|
reg = <0x1dc0000 0x0100000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl {
|
|
|
|
pinctrl_leds: leds {
|
|
|
|
function = "led";
|
|
|
|
pins = "gpio1";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0 {
|
2020-05-22 16:26:29 +00:00
|
|
|
status = "okay";
|
2020-05-19 06:55:06 +00:00
|
|
|
};
|