aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/DGN3500.dtsi
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-05-30 16:00:50 +0000
committerJohn Crispin <john@openwrt.org>2013-05-30 16:00:50 +0000
commit090a75447ba7c4f45047c5d3628bfc70514570a4 (patch)
tree26a8aba048af039b91d4005cb91f7fe33bfca74d /target/linux/lantiq/dts/DGN3500.dtsi
parenta9968d9cb8cb10030491fa05e24b00bd42f6d3a9 (diff)
downloadupstream-090a75447ba7c4f45047c5d3628bfc70514570a4.tar.gz
upstream-090a75447ba7c4f45047c5d3628bfc70514570a4.tar.bz2
upstream-090a75447ba7c4f45047c5d3628bfc70514570a4.zip
lantiq: DGN3500 support
This requires all the preceding patches and finishes support for the DGN3500, also removing an obsolete file. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 36781
Diffstat (limited to 'target/linux/lantiq/dts/DGN3500.dtsi')
-rw-r--r--target/linux/lantiq/dts/DGN3500.dtsi14
1 files changed, 10 insertions, 4 deletions
diff --git a/target/linux/lantiq/dts/DGN3500.dtsi b/target/linux/lantiq/dts/DGN3500.dtsi
index 795e8bce0a..75839d253f 100644
--- a/target/linux/lantiq/dts/DGN3500.dtsi
+++ b/target/linux/lantiq/dts/DGN3500.dtsi
@@ -2,7 +2,7 @@
/ {
chosen {
- bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
+ bootargs-append = "console=ttyLTQ0,115200 init=/etc/preinit";
};
memory@0 {
@@ -99,7 +99,7 @@
read-only;
};
- partition@20000 {
+ ath9k_cal: partition@20000 {
reg = <0x20000 0x10000>;
label = "calibration";
read-only;
@@ -112,6 +112,13 @@
};
};
+ ath9k_eep {
+ compatible = "ath9k,eeprom";
+ ath,eep-flash = <&ath9k_cal 0xf000>;
+ ath,pci-slot = <14>;
+ ath,eep-swap;
+ };
+
rtl8366rb {
compatible = "rtl8366rb";
gpio-sda = <&gpio 35 0>;
@@ -144,7 +151,7 @@
gpio-leds {
compatible = "gpio-leds";
internet {
- label = "inernet";
+ label = "internet";
gpios = <&gpio 2 1>;
};
dsl {
@@ -158,7 +165,6 @@
power {
label = "power";
gpios = <&gpio 34 1>;
- default-state = "on";
};
power2 {
label = "power2";