2015-07-16 11:15:02 +00:00
|
|
|
#include "bcm6318.dtsi"
|
|
|
|
|
|
|
|
#include <dt-bindings/input/input.h>
|
2015-03-30 20:21:15 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "D-Link DSL-2750B/DSL-2751 rev D1";
|
2019-12-29 00:55:54 +00:00
|
|
|
compatible = "d-link,dsl-275xb-d1", "brcm,bcm6318";
|
2015-03-30 20:21:15 +00:00
|
|
|
|
2020-05-11 22:36:15 +00:00
|
|
|
aliases {
|
|
|
|
led-boot = &led_power_green;
|
|
|
|
led-failsafe = &led_power_green;
|
|
|
|
led-running = &led_power_green;
|
|
|
|
led-upgrade = &led_power_green;
|
|
|
|
};
|
|
|
|
|
2015-09-12 19:52:43 +00:00
|
|
|
chosen {
|
2018-02-13 11:19:29 +00:00
|
|
|
bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
|
2017-07-31 19:03:37 +00:00
|
|
|
stdout-path = "serial0:115200n8";
|
2015-09-12 19:52:43 +00:00
|
|
|
};
|
|
|
|
|
2018-12-30 11:17:25 +00:00
|
|
|
keys {
|
2015-03-30 20:21:15 +00:00
|
|
|
compatible = "gpio-keys-polled";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
poll-interval = <20>;
|
|
|
|
|
|
|
|
wifi {
|
|
|
|
label = "wifi";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 2 1>;
|
2015-07-16 11:15:02 +00:00
|
|
|
linux,code = <KEY_WLAN>;
|
2018-12-11 22:02:04 +00:00
|
|
|
debounce-interval = <60>;
|
2015-03-30 20:21:15 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
wps {
|
|
|
|
label = "wps";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 33 1>;
|
2015-07-16 11:15:02 +00:00
|
|
|
linux,code = <KEY_WPS_BUTTON>;
|
2018-12-11 22:02:04 +00:00
|
|
|
debounce-interval = <60>;
|
2015-03-30 20:21:15 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 34 1>;
|
2015-07-16 11:15:02 +00:00
|
|
|
linux,code = <KEY_RESTART>;
|
2018-12-11 22:02:04 +00:00
|
|
|
debounce-interval = <60>;
|
2015-03-30 20:21:15 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-12-30 11:42:53 +00:00
|
|
|
leds {
|
2015-03-30 20:21:15 +00:00
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
2020-05-11 22:36:15 +00:00
|
|
|
led_power_green: power_green {
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "green:power";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 3 1>;
|
2015-03-30 20:21:15 +00:00
|
|
|
default-state = "on";
|
|
|
|
};
|
|
|
|
|
|
|
|
inet_green {
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "green:inet";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 8 1>;
|
2015-03-30 20:21:15 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
inet_red {
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "red:inet-fail";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 9 1>;
|
2015-03-30 20:21:15 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
power_red {
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "red:post-failed";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 11 1>;
|
2015-03-30 20:21:15 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
wps_blue {
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "blue:wps";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 16 1>;
|
2015-03-30 20:21:15 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
dsl_green {
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "green:dsl";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 17 1>;
|
2015-03-30 20:21:15 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
usb_green {
|
|
|
|
/* not user controllable? */
|
2020-10-10 17:44:02 +00:00
|
|
|
label = "green:usb";
|
2016-07-01 09:23:06 +00:00
|
|
|
gpios = <&pinctrl 49 1>;
|
2015-03-30 20:21:15 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2017-02-07 13:24:31 +00:00
|
|
|
|
|
|
|
&hsspi {
|
2020-05-11 09:49:43 +00:00
|
|
|
status = "okay";
|
2017-02-07 13:24:31 +00:00
|
|
|
|
|
|
|
flash@0 {
|
|
|
|
compatible = "jedec,spi-nor";
|
|
|
|
spi-max-frequency = <62500000>;
|
|
|
|
spi-tx-bus-width = <2>;
|
|
|
|
spi-rx-bus-width = <2>;
|
|
|
|
reg = <0>;
|
|
|
|
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
2017-06-28 08:44:38 +00:00
|
|
|
partitions {
|
|
|
|
compatible = "fixed-partitions";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
cfe@0 {
|
|
|
|
reg = <0x000000 0x010000>;
|
|
|
|
label = "cfe";
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
linux@10000 {
|
|
|
|
reg = <0x010000 0x7e0000>;
|
|
|
|
label = "linux";
|
|
|
|
compatible = "brcm,bcm963xx-imagetag";
|
|
|
|
};
|
|
|
|
|
|
|
|
nvram@7f0000 {
|
|
|
|
reg = <0x7f0000 0x010000>;
|
|
|
|
label = "nvram";
|
|
|
|
};
|
2017-02-07 13:24:31 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2017-05-14 20:21:08 +00:00
|
|
|
|
|
|
|
&pinctrl {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
|
|
|
|
pinctrl-0 = <&pinctrl_ephy0_act_led &pinctrl_ephy1_act_led
|
|
|
|
&pinctrl_ephy2_act_led &pinctrl_ephy3_act_led>;
|
|
|
|
};
|
2017-07-31 19:03:37 +00:00
|
|
|
|
|
|
|
&uart0 {
|
2020-05-11 09:49:43 +00:00
|
|
|
status = "okay";
|
2017-07-31 19:03:37 +00:00
|
|
|
};
|