lantiq: Move the definition of the xrx200-net node to vr9.dtsi
[openwrt/openwrt.git] / target / linux / lantiq / dts / vr9.dtsi
index 2330bf1c21bc9ce40f64dbc8dd2f3004c589d708..aa34a5f3e7a567104bd198eaf1aa2895a167b1d8 100644 (file)
                        status = "disabled";
                };
 
+               spi: spi@E100800 {
+                       compatible = "lantiq,xrx200-spi";
+                       reg = <0xE100800 0x100>;
+                       interrupt-parent = <&icu0>;
+                       interrupts = <22 23 24>;
+                       interrupt-names = "spi_rx", "spi_tx", "spi_err",
+                                       "spi_frm";
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+                       status = "disabled";
+               };
+
                gpio: pinmux@E100B10 {
                        compatible = "lantiq,xrx200-pinctrl";
                        #gpio-cells = <2>;
                        interrupts = <91>;
                };
 
+               eth0: eth@E108000 {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       compatible = "lantiq,xrx200-net";
+                       reg = < 0xE108000 0x3000 /* switch */
+                               0xE10B100 0x70 /* mdio */
+                               0xE10B1D8 0x30 /* mii */
+                               0xE10B308 0x30 /* pmac */
+                       >;
+                       interrupt-parent = <&icu0>;
+                       interrupts = <73 72>;
+               };
+
                mei@E116000 {
                        compatible = "lantiq,mei-xrx200";
                        reg = <0xE116000 0x9c>;