2012-12-19 15:17:11 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
2016-09-29 16:22:55 +00:00
|
|
|
#include "ar9.dtsi"
|
2012-12-19 15:17:11 +00:00
|
|
|
|
2016-11-11 21:43:08 +00:00
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
|
2012-12-19 15:17:11 +00:00
|
|
|
/ {
|
|
|
|
model = "WBMR - Buffalo WBMR-HP-G300H";
|
|
|
|
|
2016-10-04 18:34:03 +00:00
|
|
|
aliases {
|
|
|
|
led-boot = &power_green;
|
|
|
|
led-failsafe = &power_red;
|
|
|
|
led-running = &power_green;
|
2016-01-01 21:18:47 +00:00
|
|
|
|
2016-10-04 18:34:03 +00:00
|
|
|
led-dsl = &dsl;
|
|
|
|
led-internet = &online_green;
|
|
|
|
led-usb = &usb;
|
|
|
|
led-wifi = &wifi;
|
2012-12-19 15:17:11 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
memory@0 {
|
|
|
|
reg = <0x0 0x4000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
fpi@10000000 {
|
|
|
|
localbus@0 {
|
|
|
|
nor-boot@0 {
|
|
|
|
compatible = "lantiq,nor";
|
|
|
|
bank-width = <2>;
|
|
|
|
reg = <0 0x0 0x2000000>;
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
2016-05-02 18:50:18 +00:00
|
|
|
partitions {
|
|
|
|
compatible = "fixed-partitions";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
partition@0 {
|
|
|
|
label = "uboot";
|
|
|
|
reg = <0x00000 0x40000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@40000 {
|
|
|
|
label = "uboot_env";
|
|
|
|
reg = <0x40000 0x20000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@20000 {
|
|
|
|
label = "firmware";
|
|
|
|
reg = <0x60000 0x1f20000>;
|
|
|
|
};
|
|
|
|
|
2016-08-02 20:26:01 +00:00
|
|
|
boardconfig: partition@1fc0000 {
|
2016-05-02 18:50:18 +00:00
|
|
|
label = "board";
|
|
|
|
reg = <0x1fc0000 0x20000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
2016-08-02 20:26:01 +00:00
|
|
|
partition@1fe0000 {
|
2016-05-02 18:50:18 +00:00
|
|
|
label = "calibration";
|
|
|
|
reg = <0x1fe0000 0x20000>;
|
|
|
|
read-only;
|
|
|
|
};
|
2012-12-19 15:17:11 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio: pinmux@E100B10 {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&state_default>;
|
|
|
|
|
|
|
|
state_default: pinmux {
|
|
|
|
pci-in {
|
|
|
|
lantiq,groups = "req1";
|
|
|
|
lantiq,output = <0>;
|
|
|
|
lantiq,open-drain = <1>;
|
|
|
|
lantiq,pull = <2>;
|
|
|
|
};
|
|
|
|
pci-out {
|
|
|
|
lantiq,groups = "gnt1";
|
|
|
|
lantiq,output = <1>;
|
|
|
|
lantiq,pull = <0>;
|
|
|
|
};
|
|
|
|
pci_rst {
|
|
|
|
lantiq,pins = "io21";
|
|
|
|
lantiq,pull = <0>;
|
|
|
|
lantiq,output = <1>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
etop@E180000 {
|
2012-12-21 20:03:54 +00:00
|
|
|
phy-mode = "rgmii";
|
2016-08-02 20:26:01 +00:00
|
|
|
mtd-mac-address = <&boardconfig 0x10024>;
|
2012-12-19 15:17:11 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
ifxhcd@E101000 {
|
|
|
|
status = "okay";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 36 GPIO_ACTIVE_HIGH>;
|
2012-12-19 15:17:11 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
pci@E105400 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio-keys-polled {
|
|
|
|
compatible = "gpio-keys-polled";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
poll-interval = <100>;
|
2013-06-08 11:36:07 +00:00
|
|
|
|
2012-12-19 15:17:11 +00:00
|
|
|
wps {
|
|
|
|
label = "wps";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
|
|
|
|
linux,code = <KEY_WPS_BUTTON>;
|
2012-12-19 15:17:11 +00:00
|
|
|
};
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
|
|
|
|
linux,code = <KEY_RESTART>;
|
2012-12-19 15:17:11 +00:00
|
|
|
};
|
|
|
|
eject {
|
|
|
|
label = "eject";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 34 GPIO_ACTIVE_LOW>;
|
2016-11-27 08:47:51 +00:00
|
|
|
linux,code = <KEY_EJECTCD>;
|
2012-12-19 15:17:11 +00:00
|
|
|
};
|
|
|
|
movie {
|
|
|
|
label = "movie";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
|
2016-11-27 08:47:51 +00:00
|
|
|
linux,code = <KEY_VIDEO>;
|
2012-12-19 15:17:11 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio-leds {
|
|
|
|
compatible = "gpio-leds";
|
2013-06-08 11:36:07 +00:00
|
|
|
|
2016-01-01 21:18:54 +00:00
|
|
|
power_green: power {
|
|
|
|
label = "wbmr:green:power";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
|
2016-01-01 21:18:47 +00:00
|
|
|
default-state = "keep";
|
2012-12-19 15:17:11 +00:00
|
|
|
};
|
2016-01-01 21:18:54 +00:00
|
|
|
power_red: power2 {
|
|
|
|
label = "wbmr:red:power";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
|
2012-12-19 15:17:11 +00:00
|
|
|
};
|
|
|
|
security {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "wbmr:yellow:security";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
|
2012-12-19 15:17:11 +00:00
|
|
|
};
|
2016-01-01 21:18:08 +00:00
|
|
|
wifi: wifi {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "wbmr:green:wireless";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
|
2012-12-19 15:17:11 +00:00
|
|
|
};
|
2016-01-01 21:18:08 +00:00
|
|
|
dsl: dsl {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "wbmr:green:dsl";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
|
2012-12-19 15:17:11 +00:00
|
|
|
};
|
2016-01-01 21:18:54 +00:00
|
|
|
online_green: online {
|
|
|
|
label = "wbmr:green:internet";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
|
2012-12-19 15:17:11 +00:00
|
|
|
};
|
|
|
|
online2 {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "wbmr:red:internet";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
|
2012-12-19 15:17:11 +00:00
|
|
|
};
|
|
|
|
movie {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "wbmr:blue:movie";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 20 GPIO_ACTIVE_LOW>;
|
2012-12-19 15:17:11 +00:00
|
|
|
};
|
2016-01-01 21:18:08 +00:00
|
|
|
usb: usb {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "wbmr:green:usb";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 28 GPIO_ACTIVE_LOW>;
|
2012-12-19 15:17:11 +00:00
|
|
|
default-state = "on";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|