summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/socfpga.dtsi3
-rw-r--r--arch/arm/dts/socfpga_arria5_socdk.dts8
-rw-r--r--arch/arm/dts/socfpga_cyclone5_socdk.dts4
-rw-r--r--arch/arm/dts/socfpga_cyclone5_socrates.dts6
4 files changed, 5 insertions, 16 deletions
diff --git a/arch/arm/dts/socfpga.dtsi b/arch/arm/dts/socfpga.dtsi
index 9b1242025d..3a3fb4a9c9 100644
--- a/arch/arm/dts/socfpga.dtsi
+++ b/arch/arm/dts/socfpga.dtsi
@@ -20,6 +20,9 @@
timer1 = &timer1;
timer2 = &timer2;
timer3 = &timer3;
+ spi0 = &qspi;
+ spi1 = &spi0;
+ spi2 = &spi1;
};
cpus {
diff --git a/arch/arm/dts/socfpga_arria5_socdk.dts b/arch/arm/dts/socfpga_arria5_socdk.dts
index 1b86897872..f2b5963f59 100644
--- a/arch/arm/dts/socfpga_arria5_socdk.dts
+++ b/arch/arm/dts/socfpga_arria5_socdk.dts
@@ -22,13 +22,9 @@
aliases {
/* this allow the ethaddr uboot environmnet variable contents
- * to be added to the gmac1 device tree blob.
- */
+ * to be added to the gmac1 device tree blob.
+ */
ethernet0 = &gmac1;
-
- spi0 = "/spi@ff705000"; /* QSPI */
- spi1 = "/spi@fff00000";
- spi2 = "/spi@fff01000";
};
regulator_3_3v: 3-3-v-regulator {
diff --git a/arch/arm/dts/socfpga_cyclone5_socdk.dts b/arch/arm/dts/socfpga_cyclone5_socdk.dts
index 0b300b92be..9650eb0877 100644
--- a/arch/arm/dts/socfpga_cyclone5_socdk.dts
+++ b/arch/arm/dts/socfpga_cyclone5_socdk.dts
@@ -25,10 +25,6 @@
* to be added to the gmac1 device tree blob.
*/
ethernet0 = &gmac1;
-
- spi0 = "/spi@ff705000"; /* QSPI */
- spi1 = "/spi@fff00000";
- spi2 = "/spi@fff01000";
};
regulator_3_3v: 3-3-v-regulator {
diff --git a/arch/arm/dts/socfpga_cyclone5_socrates.dts b/arch/arm/dts/socfpga_cyclone5_socrates.dts
index ea30483e52..00b1830485 100644
--- a/arch/arm/dts/socfpga_cyclone5_socrates.dts
+++ b/arch/arm/dts/socfpga_cyclone5_socrates.dts
@@ -14,12 +14,6 @@
bootargs = "console=ttyS0,115200";
};
- aliases {
- spi0 = "/spi@ff705000"; /* QSPI */
- spi1 = "/spi@fff00000";
- spi2 = "/spi@fff01000";
- };
-
memory {
name = "memory";
device_type = "memory";
OpenPOWER on IntegriCloud