summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-10-07 15:02:56 +0000
committerJohn Crispin <john@openwrt.org>2013-10-07 15:02:56 +0000
commit81fb43d2f168c27f763c0a497fd8112e587fdfaf (patch)
treefd2b50f346119683ebf28c9e1254fa3ad93472cb /target/linux/lantiq/dts
parentae225124c64bf8f5d833e8317ffa911f7fffc10f (diff)
downloadmaster-31e0f0ae-81fb43d2f168c27f763c0a497fd8112e587fdfaf.tar.gz
master-31e0f0ae-81fb43d2f168c27f763c0a497fd8112e587fdfaf.tar.bz2
master-31e0f0ae-81fb43d2f168c27f763c0a497fd8112e587fdfaf.zip
lantiq: fix fritz3370 dts file
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38327
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r--target/linux/lantiq/dts/FRITZ3370.dts105
1 files changed, 50 insertions, 55 deletions
diff --git a/target/linux/lantiq/dts/FRITZ3370.dts b/target/linux/lantiq/dts/FRITZ3370.dts
index c7069b2d0b..f5ad2c1bcc 100644
--- a/target/linux/lantiq/dts/FRITZ3370.dts
+++ b/target/linux/lantiq/dts/FRITZ3370.dts
@@ -23,13 +23,8 @@
#size-cells = <1>;
partition@0 {
- label = "kernel";
- reg = <0x00000 0x400000>;
- };
-
- partition@400000 {
- label = "rootfs";
- reg = <0x400000 0x3000000>;
+ label = "firmware";
+ reg = <0x00000 0x3400000>;
};
partition@3400000 {
@@ -51,53 +46,6 @@
};
};
- spi@E100800 {
- compatible = "lantiq,spi-xway-broken";
- reg = <0xE100800 0x100>;
- interrupt-parent = <&icu0>;
- interrupts = <22 23 24>;
- #address-cells = <1>;
- #size-cells = <1>;
-
- m25p80@0 {
- #address-cells = <1>;
- #size-cells = <1>;
- compatible = "s25fl129p0";
- reg = <0 0>;
- linux,modalias = "m25p80", "mx25l3205d";
- spi-max-frequency = <1000000>;
-
- partition@0 {
- reg = <0x0 0x20000>;
- label = "SPI (RO) U-Boot Image";
- read-only;
- };
-
- partition@20000 {
- reg = <0x20000 0x10000>;
- label = "ENV_MAC";
- read-only;
- };
-
- partition@30000 {
- reg = <0x30000 0x10000>;
- label = "DPF";
- read-only;
- };
-
- partition@40000 {
- reg = <0x40000 0x10000>;
- label = "NVRAM";
- read-only;
- };
-
- partition@500000 {
- reg = <0x50000 0x003a0000>;
- label = "kernel";
- };
- };
- };
-
gpio: pinmux@E100B10 {
pinctrl-names = "default";
pinctrl-0 = <&state_default>;
@@ -105,7 +53,7 @@
state_default: pinmux {
spi {
lantiq,groups = "spi", "spi_cs4";
- lantiq,function = "spi";
+ lantiq,function = "gpio";
};
nand_out {
lantiq,groups = "nand cle", "nand ale", "nand rd", "ebu a23", "ebu a24";
@@ -216,6 +164,53 @@
};
};
+ spi {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ compatible = "spi-gpio";
+
+ gpio-miso = <&gpio 16 0>;
+ gpio-mosi = <&gpio 17 0>;
+ gpio-sck = <&gpio 18 0>;
+ num-chipselects = <1>;
+ cs-gpios = <&gpio 10 1>;
+
+ m25p80@0 {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ compatible = "mx25l2005a";
+ reg = <0 0>;
+ linux,modalias = "m25p80", "mx25l2005a";
+ spi-max-frequency = <1000000>;
+
+ ath9k_cal: partition@0 {
+ reg = <0x0 0x20000>;
+ label = "urlader";
+ read-only;
+ };
+
+ partition@20000 {
+ reg = <0x20000 0x10000>;
+ label = "tffs (1)";
+ read-only;
+ };
+
+ partition@30000 {
+ reg = <0x30000 0x10000>;
+ label = "tffs (2)";
+ read-only;
+ };
+ };
+ };
+
+ ath9k_eep {
+ compatible = "ath9k,eeprom-mtd";
+ ath,eep-flash = <&ath9k_cal 0x985>;
+ ath,eep-endian;
+ ath,eep-swap;
+ };
+
gphy-xrx200 {
compatible = "lantiq,phy-xrx200";
firmware = "lantiq/vr9_phy11g_a1x.bin";