Merge branch 'pm-cpufreq'
[cascardo/linux.git] / arch / arm / boot / dts / armada-370.dtsi
index 3b06aa8..b425810 100644 (file)
                                wt-override;
                        };
 
-                       /*
-                        * Default SPI pinctrl setting, can be overwritten on
-                        * board level if a different configuration is used.
-                        */
-                       spi0: spi@10600 {
-                               compatible = "marvell,armada-370-spi",
-                                               "marvell,orion-spi";
-                               pinctrl-0 = <&spi0_pins1>;
-                               pinctrl-names = "default";
-                       };
-
-                       spi1: spi@10680 {
-                               compatible = "marvell,armada-370-spi",
-                                               "marvell,orion-spi";
-                               pinctrl-0 = <&spi1_pins>;
-                               pinctrl-names = "default";
-                       };
-
                        i2c0: i2c@11000 {
                                reg = <0x11000 0x20>;
                        };
                marvell,function = "ge1";
        };
 };
+
+/*
+ * Default SPI pinctrl setting, can be overwritten on
+ * board level if a different configuration is used.
+ */
+&spi0 {
+       compatible = "marvell,armada-370-spi", "marvell,orion-spi";
+       pinctrl-0 = <&spi0_pins1>;
+       pinctrl-names = "default";
+};
+
+&spi1 {
+       compatible = "marvell,armada-370-spi", "marvell,orion-spi";
+       pinctrl-0 = <&spi1_pins>;
+       pinctrl-names = "default";
+};