ramips: Derive DTS name from device name in Makefile
[openwrt/openwrt.git] / target / linux / ramips / dts / WT3020-4M.dts
index 7583680099addc952e418d205b753a82d6e02af6..4bdc3bd6baba4e5ca1c8fbe176dfa0a4e47ce66b 100644 (file)
 /dts-v1/;
 
-/include/ "mt7620n.dtsi"
+#include "WT3020.dtsi"
 
 / {
-       compatible = "wt3020", "ralink,mt7620n-soc";
-       model = "Nexx WT3020";
-
-       palmbus@10000000 {
-                gpio2: gpio@660 {
-                        status = "okay";
-                };
-
-                gpio3: gpio@688 {
-                        status = "okay";
-                };
-
-               spi@b00 {
-                       status = "okay";
-
-                       m25p80@0 {
-                               #address-cells = <1>;
-                               #size-cells = <1>;
-                               compatible = "w25q32";
-                               reg = <0 0>;
-                               linux,modalias = "m25p80", "w25q32";
-                               spi-max-frequency = <10000000>;
+       compatible = "nexx,wt3020-4m", "nexx,wt3020", "ralink,mt7620n-soc";
+       model = "Nexx WT3020 (4M)";
+};
 
-                               partition@0 {
-                                       label = "u-boot";
-                                       reg = <0x0 0x30000>;
-                                       read-only;
-                               };
+&spi0 {
+       status = "okay";
 
-                               partition@30000 {
-                                       label = "u-boot-env";
-                                       reg = <0x30000 0x10000>;
-                                       read-only;
-                               };
+       m25p80@0 {
+               compatible = "jedec,spi-nor";
+               reg = <0>;
+               spi-max-frequency = <10000000>;
 
-                               factory: partition@40000 {
-                                       label = "factory";
-                                       reg = <0x40000 0x10000>;
-                                       read-only;
-                               };
+               partitions {
+                       compatible = "fixed-partitions";
+                       #address-cells = <1>;
+                       #size-cells = <1>;
 
-                               partition@50000 {
-                                       label = "firmware";
-                                       reg = <0x50000 0x3b0000>;
-                               };
+                       partition@0 {
+                               label = "u-boot";
+                               reg = <0x0 0x30000>;
+                               read-only;
                        };
-               };
-       };
 
-       ehci@101c0000 {
-               status = "okay";
-       };
-
-       ohci@101c1000 {
-               status = "okay";
-       };
-
-       ethernet@10100000 {
-               mtd-mac-address = <&factory 0x4>;
-               ralink,port-map = "wllll";
-       };
-
-       wmac@10180000 {
-               ralink,mtd-eeprom = <&factory 0>;
-       };
+                       partition@30000 {
+                               label = "u-boot-env";
+                               reg = <0x30000 0x10000>;
+                               read-only;
+                       };
 
-       pinctrl {
-               state_default: pinctrl0 {
-                       default {
-                               ralink,group = "ephy", "wled", "pa", "i2c", "wdt", "uartf";
-                               ralink,function = "gpio";
+                       factory: partition@40000 {
+                               label = "factory";
+                               reg = <0x40000 0x10000>;
+                               read-only;
                        };
-               };
-       };
 
-       gpio-keys-polled {
-               compatible = "gpio-keys-polled";
-               #address-cells = <1>;
-               #size-cells = <0>;
-               poll-interval = <20>;
-               reset {
-                       label = "reset";
-                       gpios = <&gpio0 1 1>;
-                       linux,code = <0x198>;
+                       partition@50000 {
+                               compatible = "denx,uimage";
+                               label = "firmware";
+                               reg = <0x50000 0x3b0000>;
+                       };
                };
        };
-
-        gpio-leds {
-                compatible = "gpio-leds";
-                power {
-                        label = "nexx:blue:power";
-                        gpios = <&gpio3 0 0>;
-                };
-        };
 };