2016-09-29 16:22:55 +00:00
|
|
|
#include "vr9.dtsi"
|
2013-09-30 20:48:46 +00:00
|
|
|
|
2016-11-11 21:43:08 +00:00
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
|
2013-09-30 20:48:46 +00:00
|
|
|
/ {
|
|
|
|
chosen {
|
2016-08-04 10:38:01 +00:00
|
|
|
bootargs = "console=ttyLTQ0,115200 mem=62M vpe1_load_addr=0x83e00000 vpe1_mem=2M maxvpes=1 maxtcs=1 nosmp";
|
2016-10-04 18:34:03 +00:00
|
|
|
};
|
2016-01-01 21:18:08 +00:00
|
|
|
|
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 = &broadband_green;
|
|
|
|
led-internet = &internet_green;
|
|
|
|
led-wifi = &wireless_green;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
|
|
|
|
2016-10-29 11:36:38 +00:00
|
|
|
sram@1F000000 {
|
|
|
|
vmmc@107000 {
|
|
|
|
status = "okay";
|
|
|
|
gpios = <&gpio 30 GPIO_ACTIVE_HIGH //fxs relay
|
|
|
|
&gpio 31 GPIO_ACTIVE_HIGH //still unknown
|
|
|
|
&gpio 3 GPIO_ACTIVE_HIGH>; //reset_slic?
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2013-09-30 20:48:46 +00:00
|
|
|
memory@0 {
|
|
|
|
reg = <0x0 0x4000000>;
|
|
|
|
};
|
2016-08-18 19:14:41 +00:00
|
|
|
|
2013-09-30 20:48:46 +00:00
|
|
|
fpi@10000000 {
|
|
|
|
localbus@0 {
|
2016-05-26 21:08:19 +00:00
|
|
|
nor-boot@0 {
|
|
|
|
compatible = "lantiq,nor";
|
|
|
|
bank-width = <2>;
|
|
|
|
reg = <0 0x0 0x800000>, <1 0x800000 0x800000>;
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
partitions {
|
|
|
|
compatible = "fixed-partitions";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
boardconfig: partition@40000 {
|
|
|
|
label = "board_config";
|
|
|
|
reg = <0x40000 0x10000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
gpio: pinmux@E100B10 {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&state_default>;
|
2016-01-01 21:18:54 +00:00
|
|
|
|
2013-09-30 20:48:46 +00:00
|
|
|
state_default: pinmux {
|
|
|
|
stp {
|
|
|
|
lantiq,groups = "stp";
|
|
|
|
lantiq,function = "stp";
|
2016-05-26 21:08:20 +00:00
|
|
|
lantiq,open-drain = <0>;
|
|
|
|
lantiq,output = <1>;
|
|
|
|
lantiq,pull = <0>;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
|
|
|
mdio {
|
|
|
|
lantiq,groups = "mdio";
|
|
|
|
lantiq,function = "mdio";
|
|
|
|
};
|
2014-10-06 20:08:04 +00:00
|
|
|
pci-rst {
|
|
|
|
lantiq,pins = "io21";
|
|
|
|
lantiq,open-drain = <0>;
|
2013-09-30 20:48:46 +00:00
|
|
|
lantiq,pull = <0>;
|
|
|
|
lantiq,output = <1>;
|
|
|
|
};
|
2014-10-06 20:07:04 +00:00
|
|
|
gphy-leds {
|
|
|
|
lantiq,groups = "gphy0 led1", "gphy1 led0";
|
|
|
|
lantiq,function = "gphy";
|
|
|
|
lantiq,open-drain = <0>;
|
2014-10-06 20:08:30 +00:00
|
|
|
lantiq,pull = <0>;
|
|
|
|
lantiq,output = <1>;
|
2014-10-06 20:07:04 +00:00
|
|
|
};
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
stp: stp@E100BB0 {
|
|
|
|
compatible = "lantiq,gpio-stp-xway";
|
|
|
|
reg = <0xE100BB0 0x40>;
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
gpio-controller;
|
|
|
|
|
|
|
|
lantiq,shadow = <0xffff>;
|
|
|
|
lantiq,groups = <0x3>;
|
|
|
|
lantiq,dsl = <0x0>;
|
|
|
|
lantiq,phy1 = <0x0>;
|
|
|
|
lantiq,phy2 = <0x0>;
|
|
|
|
/* lantiq,rising; */
|
|
|
|
};
|
|
|
|
|
|
|
|
ifxhcd@E101000 {
|
|
|
|
status = "okay";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 32 GPIO_ACTIVE_HIGH>;
|
2013-09-30 20:48:46 +00:00
|
|
|
lantiq,portmask = <0x3>;
|
|
|
|
};
|
|
|
|
|
2016-05-26 21:08:21 +00:00
|
|
|
ifxhcd@E106000 {
|
|
|
|
status = "okay";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 32 GPIO_ACTIVE_HIGH>;
|
2016-05-26 21:08:21 +00:00
|
|
|
};
|
|
|
|
|
2014-10-14 11:04:25 +00:00
|
|
|
pcie@d900000 {
|
|
|
|
status = "disabled";
|
|
|
|
};
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
gphy-xrx200 {
|
|
|
|
compatible = "lantiq,phy-xrx200";
|
2014-10-26 17:18:41 +00:00
|
|
|
firmware1 = "lantiq/vr9_phy11g_a1x.bin"; /*VR9 1.1*/
|
|
|
|
firmware2 = "lantiq/vr9_phy11g_a2x.bin"; /*VR9 1.2*/
|
2013-09-30 20:48:46 +00:00
|
|
|
phys = [ 00 01 ];
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio-keys-polled {
|
|
|
|
compatible = "gpio-keys-polled";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
poll-interval = <100>;
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 9 GPIO_ACTIVE_LOW>;
|
|
|
|
linux,code = <KEY_RESTART>;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
|
|
|
eco {
|
|
|
|
label = "eco";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
|
2016-11-27 08:47:51 +00:00
|
|
|
linux,code = <BTN_0>;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
|
|
|
rfkill {
|
|
|
|
label = "rfkill";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 45 GPIO_ACTIVE_LOW>;
|
|
|
|
linux,code = <KEY_RFKILL>;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
|
|
|
wps {
|
2014-07-14 18:43:02 +00:00
|
|
|
label = "wps";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
|
|
|
|
linux,code = <KEY_WPS_BUTTON>;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio-leds {
|
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
2016-01-01 21:18:54 +00:00
|
|
|
eco {
|
|
|
|
label = "vgv7519:blue:eco";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&stp 2 GPIO_ACTIVE_LOW>;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
2016-01-01 21:18:54 +00:00
|
|
|
wps_red {
|
|
|
|
label = "vgv7519:red:wps";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&stp 3 GPIO_ACTIVE_LOW>;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
2016-01-01 21:18:54 +00:00
|
|
|
wps_green {
|
|
|
|
label = "vgv7519:green:wps";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&stp 4 GPIO_ACTIVE_LOW>;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
2016-01-01 21:18:54 +00:00
|
|
|
upgrade {
|
|
|
|
label = "vgv7519:blue:upgrade";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&stp 5 GPIO_ACTIVE_LOW>;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
2016-01-01 21:18:54 +00:00
|
|
|
tv {
|
|
|
|
label = "vgv7519:green:tv";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&stp 6 GPIO_ACTIVE_LOW>;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
2016-01-01 21:18:54 +00:00
|
|
|
internet_green: internet_green {
|
|
|
|
label = "vgv7519:green:internet";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&stp 7 GPIO_ACTIVE_LOW>;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
2016-01-01 21:18:54 +00:00
|
|
|
internet_red {
|
|
|
|
label = "vgv7519:red:internet";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&stp 8 GPIO_ACTIVE_LOW>;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
2016-01-01 21:18:54 +00:00
|
|
|
broadband_red {
|
|
|
|
label = "vgv7519:red:broadband";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&stp 9 GPIO_ACTIVE_LOW>;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
2016-01-01 21:18:54 +00:00
|
|
|
broadband_green: broadband_green {
|
|
|
|
label = "vgv7519:green:broadband";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&stp 10 GPIO_ACTIVE_LOW>;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
2016-01-01 21:18:54 +00:00
|
|
|
voice {
|
|
|
|
label = "vgv7519:green:voice";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&stp 11 GPIO_ACTIVE_LOW>;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
2016-01-01 21:18:54 +00:00
|
|
|
wireless_red {
|
|
|
|
label = "vgv7519:red:wireless";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&stp 12 GPIO_ACTIVE_LOW>;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
2016-01-01 21:18:54 +00:00
|
|
|
wireless_green: wireless_green {
|
|
|
|
label = "vgv7519:green:wireless";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&stp 13 GPIO_ACTIVE_LOW>;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
2016-01-01 21:18:54 +00:00
|
|
|
power_green: power2 {
|
|
|
|
label = "vgv7519:green:power";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&stp 14 GPIO_ACTIVE_LOW>;
|
2016-01-01 21:18:47 +00:00
|
|
|
default-state = "keep";
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
2016-01-01 21:18:54 +00:00
|
|
|
power_red: power {
|
|
|
|
label = "vgv7519:red:power";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&stp 15 GPIO_ACTIVE_LOW>;
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2016-01-29 00:42:45 +00:00
|
|
|
|
2016-07-14 16:15:48 +00:00
|
|
|
&pci0 {
|
|
|
|
status = "okay";
|
|
|
|
gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
|
|
|
|
|
|
|
|
wifi@1814,3091 {
|
|
|
|
compatible = "pci1814,3091";
|
|
|
|
reg = <0x7000 0 0 0 0>;
|
|
|
|
ralink,mtd-eeprom = <&boardconfig 0x410>;
|
|
|
|
ralink,mtd-eeprom-swap;
|
|
|
|
mtd-mac-address = <&boardconfig 0x16>;
|
|
|
|
mtd-mac-address-increment = <1>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2016-01-29 00:42:45 +00:00
|
|
|
ð0 {
|
|
|
|
lan: interface@0 {
|
|
|
|
compatible = "lantiq,xrx200-pdi";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
reg = <0>;
|
2016-05-26 21:08:23 +00:00
|
|
|
mtd-mac-address = <&boardconfig 0x16>;
|
2016-07-14 16:15:48 +00:00
|
|
|
mtd-mac-address-increment = <1>;
|
2016-05-26 21:08:22 +00:00
|
|
|
lantiq,switch;
|
2016-01-29 00:42:45 +00:00
|
|
|
|
|
|
|
ethernet@0 {
|
|
|
|
compatible = "lantiq,xrx200-pdi-port";
|
|
|
|
reg = <0>;
|
|
|
|
phy-mode = "rgmii";
|
|
|
|
phy-handle = <&phy0>;
|
|
|
|
};
|
|
|
|
ethernet@1 {
|
|
|
|
compatible = "lantiq,xrx200-pdi-port";
|
|
|
|
reg = <1>;
|
|
|
|
phy-mode = "rgmii";
|
|
|
|
phy-handle = <&phy1>;
|
|
|
|
};
|
|
|
|
ethernet@2 {
|
|
|
|
compatible = "lantiq,xrx200-pdi-port";
|
|
|
|
reg = <2>;
|
|
|
|
phy-mode = "gmii";
|
|
|
|
phy-handle = <&phy11>;
|
|
|
|
};
|
|
|
|
ethernet@4 {
|
|
|
|
compatible = "lantiq,xrx200-pdi-port";
|
|
|
|
reg = <4>;
|
|
|
|
phy-mode = "gmii";
|
|
|
|
phy-handle = <&phy13>;
|
|
|
|
};
|
|
|
|
ethernet@5 {
|
|
|
|
compatible = "lantiq,xrx200-pdi-port";
|
|
|
|
reg = <5>;
|
|
|
|
phy-mode = "rgmii";
|
|
|
|
phy-handle = <&phy5>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
mdio@0 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
compatible = "lantiq,xrx200-mdio";
|
|
|
|
phy0: ethernet-phy@0 {
|
|
|
|
reg = <0x0>;
|
|
|
|
compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22";
|
|
|
|
};
|
|
|
|
phy1: ethernet-phy@1 {
|
|
|
|
reg = <0x1>;
|
|
|
|
compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22";
|
|
|
|
};
|
|
|
|
phy5: ethernet-phy@5 {
|
|
|
|
reg = <0x5>;
|
|
|
|
compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22";
|
|
|
|
};
|
|
|
|
phy11: ethernet-phy@11 {
|
|
|
|
reg = <0x11>;
|
|
|
|
compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22";
|
|
|
|
};
|
|
|
|
phy13: ethernet-phy@13 {
|
|
|
|
reg = <0x13>;
|
|
|
|
compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|