2016-09-29 16:22:55 +00:00
|
|
|
#include "ar9.dtsi"
|
2012-12-15 02:00:20 +00:00
|
|
|
|
2016-11-11 21:43:08 +00:00
|
|
|
#include <dt-bindings/input/input.h>
|
|
|
|
|
2012-12-15 02:00:20 +00:00
|
|
|
/ {
|
|
|
|
chosen {
|
2017-01-04 20:53:22 +00:00
|
|
|
bootargs = "root= console=ttyLTQ0,115200";
|
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 = &dsl;
|
|
|
|
led-internet = &internet;
|
|
|
|
led-usb = &usb;
|
|
|
|
led-wifi = &wifi;
|
2012-12-15 02:00:20 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
memory@0 {
|
|
|
|
reg = <0x0 0x4000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
fpi@10000000 {
|
|
|
|
gpio: pinmux@E100B10 {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&state_default>;
|
|
|
|
|
|
|
|
state_default: pinmux {
|
|
|
|
exin {
|
|
|
|
lantiq,groups = "exin1";
|
|
|
|
lantiq,function = "exin";
|
|
|
|
};
|
|
|
|
pci {
|
|
|
|
lantiq,groups = "gnt1", "req1";
|
|
|
|
lantiq,function = "pci";
|
|
|
|
};
|
|
|
|
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>;
|
|
|
|
};
|
2016-01-17 19:56:03 +00:00
|
|
|
};
|
|
|
|
pins_spi_default: pins_spi_default {
|
|
|
|
spi_in {
|
|
|
|
lantiq,groups = "spi_di";
|
2016-01-17 19:55:42 +00:00
|
|
|
lantiq,function = "spi";
|
2012-12-15 02:00:20 +00:00
|
|
|
};
|
2016-01-17 19:56:03 +00:00
|
|
|
spi_out {
|
|
|
|
lantiq,groups = "spi_do", "spi_clk",
|
|
|
|
"spi_cs4";
|
|
|
|
lantiq,function = "spi";
|
|
|
|
lantiq,output = <1>;
|
|
|
|
};
|
2012-12-15 02:00:20 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
etop@E180000 {
|
|
|
|
phy-mode = "mii";
|
|
|
|
};
|
|
|
|
|
|
|
|
ifxhcd@E101000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2013-05-30 16:00:50 +00:00
|
|
|
};
|
|
|
|
|
2012-12-15 02:00:20 +00:00
|
|
|
rtl8366rb {
|
2017-02-02 21:42:25 +00:00
|
|
|
compatible = "realtek,rtl8366rb";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpio-sda = <&gpio 35 GPIO_ACTIVE_HIGH>;
|
|
|
|
gpio-sck = <&gpio 37 GPIO_ACTIVE_HIGH>;
|
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
|
|
|
rfkill {
|
|
|
|
label = "rfkill";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 36 GPIO_ACTIVE_LOW>;
|
|
|
|
linux,code = <KEY_RFKILL>;
|
2012-12-15 02:00:20 +00:00
|
|
|
};
|
|
|
|
wps {
|
|
|
|
label = "wps";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 54 GPIO_ACTIVE_LOW>;
|
|
|
|
linux,code = <KEY_WPS_BUTTON>;
|
2012-12-15 02:00:20 +00:00
|
|
|
};
|
|
|
|
reset {
|
|
|
|
label = "reset";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 53 GPIO_ACTIVE_LOW>;
|
|
|
|
linux,code = <KEY_RESTART>;
|
2012-12-15 02:00:20 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
gpio-leds {
|
|
|
|
compatible = "gpio-leds";
|
2016-01-01 21:18:08 +00:00
|
|
|
internet: internet {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "dgn3500:green:internet";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
|
2012-12-15 02:00:20 +00:00
|
|
|
};
|
2016-01-01 21:18:54 +00:00
|
|
|
/*
|
|
|
|
internet red is missing
|
|
|
|
*/
|
2016-01-01 21:18:08 +00:00
|
|
|
dsl: dsl {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "dgn3500:green:dsl";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
|
2012-12-15 02:00:20 +00:00
|
|
|
};
|
2016-01-01 21:18:08 +00:00
|
|
|
usb: usb {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "dgn3500:green:usb";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
|
2012-12-15 02:00:20 +00:00
|
|
|
};
|
2016-01-01 21:18:47 +00:00
|
|
|
power_green: power {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "dgn3500:green:power";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 34 GPIO_ACTIVE_LOW>;
|
2016-01-01 21:18:47 +00:00
|
|
|
default-state = "keep";
|
2012-12-15 02:00:20 +00:00
|
|
|
};
|
2016-01-01 21:18:47 +00:00
|
|
|
power_red: power2 {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "dgn3500:red:power";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 39 GPIO_ACTIVE_LOW>;
|
2012-12-15 02:00:20 +00:00
|
|
|
};
|
2016-11-02 18:49:04 +00:00
|
|
|
/*
|
2016-01-01 21:18:54 +00:00
|
|
|
power amber is missing
|
|
|
|
*/
|
2016-01-01 21:18:08 +00:00
|
|
|
wifi: wifi {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "dgn3500:blue:wireless";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 51 GPIO_ACTIVE_LOW>;
|
2012-12-15 02:00:20 +00:00
|
|
|
};
|
|
|
|
wps {
|
2016-01-01 21:18:54 +00:00
|
|
|
label = "dgn3500:green:wps";
|
2016-09-29 16:22:55 +00:00
|
|
|
gpios = <&gpio 52 GPIO_ACTIVE_LOW>;
|
2012-12-15 02:00:20 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2016-01-17 19:55:42 +00:00
|
|
|
|
2016-11-26 00:01:15 +00:00
|
|
|
&pci0 {
|
|
|
|
status = "okay";
|
|
|
|
gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
|
|
|
|
|
|
|
|
wifi@168c,0029 {
|
|
|
|
compatible = "pci168c,0029";
|
|
|
|
reg = <0x7000 0 0 0 0>;
|
|
|
|
qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:00:0e.0.bin */
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2016-01-17 19:55:42 +00:00
|
|
|
&spi {
|
2016-01-17 19:56:03 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pins_spi_default>;
|
|
|
|
|
2016-01-17 19:55:42 +00:00
|
|
|
status = "ok";
|
|
|
|
|
2016-01-17 19:56:03 +00:00
|
|
|
m25p80@4 {
|
2016-01-17 19:55:42 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
compatible = "jedec,spi-nor";
|
2016-01-17 19:56:03 +00:00
|
|
|
reg = <4 0>;
|
2016-06-09 09:12:03 +00:00
|
|
|
spi-max-frequency = <20000000>;
|
2016-01-17 19:55:42 +00:00
|
|
|
|
2016-05-02 18:50:18 +00:00
|
|
|
partitions {
|
|
|
|
compatible = "fixed-partitions";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
partition@0 {
|
|
|
|
reg = <0x0 0x10000>;
|
|
|
|
label = "uboot";
|
|
|
|
read-only;
|
|
|
|
};
|
2016-01-17 19:55:42 +00:00
|
|
|
|
2016-05-02 18:50:18 +00:00
|
|
|
partition@10000 {
|
|
|
|
reg = <0x10000 0x10000>;
|
|
|
|
label = "uboot-env";
|
|
|
|
read-only;
|
|
|
|
};
|
2016-01-17 19:55:42 +00:00
|
|
|
|
2016-05-02 18:50:18 +00:00
|
|
|
ath9k_cal: partition@20000 {
|
|
|
|
reg = <0x20000 0x10000>;
|
|
|
|
label = "calibration";
|
|
|
|
read-only;
|
|
|
|
};
|
2016-01-17 19:55:42 +00:00
|
|
|
|
2016-05-02 18:50:18 +00:00
|
|
|
partition@50000 {
|
|
|
|
reg = <0x50000 0xfa0000>;
|
|
|
|
label = "firmware";
|
|
|
|
};
|
2016-01-17 19:55:42 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|