summaryrefslogtreecommitdiff
path: root/arch/arm/dts/armada-388-helios4.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/armada-388-helios4.dts')
-rw-r--r--arch/arm/dts/armada-388-helios4.dts14
1 files changed, 13 insertions, 1 deletions
diff --git a/arch/arm/dts/armada-388-helios4.dts b/arch/arm/dts/armada-388-helios4.dts
index fb49df2a3b..cbc296a46c 100644
--- a/arch/arm/dts/armada-388-helios4.dts
+++ b/arch/arm/dts/armada-388-helios4.dts
@@ -22,10 +22,14 @@
};
aliases {
- /* So that mvebu u-boot can update the MAC addresses */
+ /* So that mvebu u-boot can update the MAC address */
ethernet1 = &eth0;
+ spi1 = &spi1;
+ i2c0 = &i2c0;
+ i2c1 = &i2c1;
};
+
chosen {
stdout-path = "serial0:115200n8";
};
@@ -306,3 +310,11 @@
};
};
};
+
+&w25q32 {
+ status = "okay";
+};
+
+&spi1 {
+ status = "okay";
+};