2012-11-09 19:26:43 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
2016-09-29 16:22:55 +00:00
|
|
|
#include "danube.dtsi"
|
2012-11-09 19:26:43 +00:00
|
|
|
|
2016-11-11 21:43:08 +00:00
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
|
2012-11-09 19:26:43 +00:00
|
|
|
/ {
|
2017-04-08 08:33:53 +00:00
|
|
|
compatible = "arcadyan,arv752dpw22", "lantiq,xway", "lantiq,danube";
|
2017-04-08 09:40:07 +00:00
|
|
|
model = "Arcor 803";
|
2012-12-15 02:00:20 +00:00
|
|
|
|
2017-01-04 20:53:22 +00:00
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttyLTQ0,115200";
|
|
|
|
};
|
|
|
|
|
2016-10-04 18:34:03 +00:00
|
|
|
aliases {
|
|
|
|
led-boot = &power_red;
|
|
|
|
led-failsafe = &power_blue;
|
|
|
|
led-running = &power_red;
|
2016-01-01 21:18:47 +00:00
|
|
|
|
2017-06-14 18:17:16 +00:00
|
|
|
led-dsl = &internet_red;
|
2016-10-05 06:16:08 +00:00
|
|
|
led-usb = &umts;
|
2016-10-04 18:34:03 +00:00
|
|
|
led-wifi = &wifi;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
memory@0 {
|
|
|
|
reg = <0x0 0x4000000>;
|
|
|
|
};
|
|
|
|
|
2012-12-15 02:00:20 +00:00
|
|
|
sram@1F000000 {
|
|
|
|
vmmc@107000 {
|
|
|
|
status = "okay";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpiomm 1 GPIO_ACTIVE_HIGH>;
|
2012-12-15 02:00:20 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2012-11-09 19:26:43 +00:00
|
|
|
fpi@10000000 {
|
|
|
|
localbus@0 {
|
|
|
|
nor-boot@0 {
|
|
|
|
compatible = "lantiq,nor";
|
|
|
|
bank-width = <2>;
|
|
|
|
reg = <0 0x0 0x800000>;
|
|
|
|
#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 0x30000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@10000 {
|
|
|
|
label = "uboot_env";
|
|
|
|
reg = <0x30000 0x10000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@20000 {
|
|
|
|
label = "firmware";
|
|
|
|
reg = <0x40000 0x7b0000>;
|
|
|
|
};
|
|
|
|
|
2016-08-02 20:26:01 +00:00
|
|
|
boardconfig: partition@7f0000 {
|
2016-05-02 18:50:18 +00:00
|
|
|
label = "board_config";
|
|
|
|
reg = <0x7f0000 0x10000>;
|
|
|
|
read-only;
|
|
|
|
};
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
|
|
|
};
|
2012-12-15 02:00:20 +00:00
|
|
|
|
2012-11-09 19:26:43 +00:00
|
|
|
gpiomm: gpiomm@4000000 {
|
|
|
|
compatible = "lantiq,gpio-mm";
|
|
|
|
reg = <1 0x0 0x10 >;
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-controller;
|
2012-12-15 02:00:20 +00:00
|
|
|
lantiq,shadow = <3>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio: pinmux@E100B10 {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&state_default>;
|
|
|
|
|
|
|
|
state_default: pinmux {
|
2012-12-15 02:00:20 +00:00
|
|
|
ebu {
|
|
|
|
lantiq,groups = "ebu cs1";
|
|
|
|
lantiq,function = "ebu";
|
|
|
|
};
|
2012-11-09 19:26:43 +00:00
|
|
|
exin {
|
|
|
|
lantiq,groups = "exin1";
|
|
|
|
lantiq,function = "exin";
|
2012-12-15 02:00:20 +00:00
|
|
|
lantiq,pull = <2>;
|
|
|
|
lantiq,output = <0>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
2012-12-15 02:00:20 +00:00
|
|
|
pci_in {
|
2013-08-05 10:42:00 +00:00
|
|
|
lantiq,groups = "req1";
|
2012-11-09 19:26:43 +00:00
|
|
|
lantiq,function = "pci";
|
2012-12-15 02:00:20 +00:00
|
|
|
lantiq,pull = <2>;
|
|
|
|
lantiq,output = <0>;
|
|
|
|
};
|
|
|
|
pci_out {
|
|
|
|
lantiq,groups = "gnt1";
|
|
|
|
lantiq,function = "pci";
|
2013-08-05 10:42:00 +00:00
|
|
|
lantiq,open-drain = <1>;
|
2012-12-15 02:00:20 +00:00
|
|
|
lantiq,output = <1>;
|
|
|
|
};
|
|
|
|
pci_rst {
|
|
|
|
lantiq,pins = "io21";
|
2013-08-05 10:42:00 +00:00
|
|
|
lantiq,open-drain = <1>;
|
2012-12-15 02:00:20 +00:00
|
|
|
lantiq,output = <1>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
2016-10-05 18:25:04 +00:00
|
|
|
leds {
|
2012-12-15 02:00:20 +00:00
|
|
|
lantiq,pins = "io3", "io5", "io6", "io8";
|
2013-08-05 10:42:00 +00:00
|
|
|
lantiq,open-drain = <1>;
|
2012-12-15 02:00:20 +00:00
|
|
|
lantiq,output = <1>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
2013-08-05 10:42:00 +00:00
|
|
|
buttons {
|
|
|
|
lantiq,pins = "io11", "io12", "io13", "io28";
|
|
|
|
lantiq,pull = <2>;
|
|
|
|
lantiq,output = <0>;
|
|
|
|
};
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2012-12-15 02:00:20 +00:00
|
|
|
ifxhcd@E101000 {
|
|
|
|
status = "okay";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpiomm 0 GPIO_ACTIVE_HIGH>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
etop@E180000 {
|
2013-08-05 10:42:00 +00:00
|
|
|
phy-mode = "mii";
|
2016-08-02 20:26:01 +00:00
|
|
|
mtd-mac-address = <&boardconfig 0x16>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
2013-09-17 21:46:04 +00:00
|
|
|
};
|
|
|
|
|
2012-12-15 02:00:20 +00:00
|
|
|
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-15 02:00:20 +00:00
|
|
|
wps {
|
|
|
|
label = "wps";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
|
|
|
|
linux,code = <KEY_WPS_BUTTON>;
|
2012-12-15 02:00:20 +00:00
|
|
|
};
|
|
|
|
restart {
|
|
|
|
label = "restart";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
|
2016-11-27 08:47:51 +00:00
|
|
|
linux,code = <KEY_POWER>;
|
2012-12-15 02:00:20 +00:00
|
|
|
};
|
|
|
|
dsl {
|
|
|
|
label = "dsl";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
2016-11-27 08:47:51 +00:00
|
|
|
linux,code = <BTN_0>;
|
2012-12-15 02:00:20 +00:00
|
|
|
};
|
2012-11-09 19:26:43 +00:00
|
|
|
reset {
|
2012-12-15 02:00:20 +00:00
|
|
|
label = "reset";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 28 GPIO_ACTIVE_LOW>;
|
|
|
|
linux,code = <KEY_RESTART>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
|
|
|
};
|
2012-12-15 02:00:20 +00:00
|
|
|
|
2012-11-09 19:26:43 +00:00
|
|
|
gpio-leds {
|
|
|
|
compatible = "gpio-leds";
|
2016-01-01 21:18:54 +00:00
|
|
|
power_blue: power1 {
|
|
|
|
label = "arv752dpw22:blue:power";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
|
2016-01-01 21:17:55 +00:00
|
|
|
};
|
2016-01-01 21:18:54 +00:00
|
|
|
internet_red: internet {
|
|
|
|
label = "arv752dpw22:red:internet";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
|
|
|
message {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "arv752dpw22:red:message";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
2016-01-01 21:18:54 +00:00
|
|
|
power_red: power {
|
|
|
|
label = "arv752dpw22:red:power";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
|
2016-01-01 21:17:55 +00:00
|
|
|
default-state = "keep";
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
|
|
|
voice1 {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "arv752dpw22:red:voice";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
2016-10-05 06:16:08 +00:00
|
|
|
umts: umts {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "arv752dpw22:red:umts";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpiomm 3 GPIO_ACTIVE_LOW>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
2016-01-01 21:18:08 +00:00
|
|
|
wifi: wifi {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "arv752dpw22:red:wifi";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpiomm 4 GPIO_ACTIVE_LOW>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
|
|
|
fxs1 {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "arv752dpw22:green:tae-n";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpiomm 5 GPIO_ACTIVE_LOW>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
2012-12-15 02:00:20 +00:00
|
|
|
fxs2 {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "arv752dpw22:green:tae-u";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpiomm 6 GPIO_ACTIVE_LOW>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
|
|
|
fxo {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "arv752dpw22:green:isdn";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpiomm 7 GPIO_ACTIVE_LOW>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
2016-01-01 21:17:55 +00:00
|
|
|
internet2 {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "arv752dpw22:blue:internet";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpiomm 8 GPIO_ACTIVE_LOW>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
|
|
|
voice2 {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "arv752dpw22:blue:voice";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpiomm 9 GPIO_ACTIVE_LOW>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
|
|
|
eth1 {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "arv752dpw22:green:lan1";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpiomm 11 GPIO_ACTIVE_LOW>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
|
|
|
eth2 {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "arv752dpw22:green:lan2";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpiomm 12 GPIO_ACTIVE_LOW>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
|
|
|
eth3 {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "arv752dpw22:green:lan3";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpiomm 13 GPIO_ACTIVE_LOW>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
|
|
|
eth4 {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "arv752dpw22:green:lan4";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpiomm 14 GPIO_ACTIVE_LOW>;
|
2012-11-09 19:26:43 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2016-07-14 16:15:48 +00:00
|
|
|
|
|
|
|
&pci0 {
|
|
|
|
status = "okay";
|
|
|
|
lantiq,external-clock;
|
|
|
|
interrupt-map = <
|
|
|
|
0x7000 0 0 1 &icu0 30
|
|
|
|
0x7800 0 0 1 &icu0 135
|
|
|
|
0x7800 0 0 2 &icu0 135
|
|
|
|
0x7800 0 0 3 &icu0 135
|
|
|
|
>;
|
|
|
|
gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
|
|
|
|
req-mask = <0x3>;
|
|
|
|
|
|
|
|
wifi@1814,3592 {
|
|
|
|
compatible = "pci1814,3592";
|
|
|
|
reg = <0x7000 0 0 0 0>;
|
|
|
|
ralink,mtd-eeprom = <&boardconfig 0x410>;
|
|
|
|
ralink,mtd-eeprom-swap;
|
2017-10-18 04:59:38 +00:00
|
|
|
mtd-mac-address = <&boardconfig 0x16>;
|
2016-07-14 16:15:48 +00:00
|
|
|
};
|
|
|
|
};
|